You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: