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
Using ksp 1.6.21-1.0.5 I get a warning in my kotlin compile tasks:
Execution optimizations have been disabled for task ':core:compileDebugKotlinAndroid' to ensure correctness due to the following reasons:
- Gradle detected a problem with the following location: '/home/eli/workspace/galgal/core/build/generated/ksp/metadata/commonMain/kotlin'. Reason: Task ':core:compileDebugKotlinAndroid' uses this output of task ':core:kspCommonMainKotlinMetadata' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Looks like the output of kspCommonMainKotlinMetadata is wired to the target source set manually by user. This use case will be supported by a new project model in 1.0.8.
Using ksp 1.6.21-1.0.5 I get a warning in my kotlin compile tasks:
I can work around it by doing:
The text was updated successfully, but these errors were encountered: