Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anvil Gradle plugin causes tasks of type KaptGenerateStubsTask to be configured eagerly #1053

Open
bmuschko opened this issue Sep 12, 2024 · 0 comments

Comments

@bmuschko
Copy link

When running a build that applies the plugin, the tasks of type KaptGenerateStubsTask are configured eagerly during Gradle's configuration time. The tasks should be configured lazily. You can surface the issue by generating a build scan which renders the issue under "Performance > Configuration".

These are my dependencies:

  • Dagger 2.52
  • Anvil 2.5.0-beta11
  • Kotlin 1.9.24
@bmuschko bmuschko changed the title Anvil plugin causes tasks of type KaptGenerateStubsTask to be configured eagerly Anvil Gradle plugin causes tasks of type KaptGenerateStubsTask to be configured eagerly Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant