Fixed
Status Update
Comments
ri...@google.com <ri...@google.com>
ga...@google.com <ga...@google.com> #2
Any update on this? This is a major blocker as we cannot run any androidTest under library projects/modules
hu...@google.com <hu...@google.com> #3
Hi there, thank you for your patience.
Could you please attach a sample project that shows this issue? Or please explain where and how the resource is defined and referenced.
Could you please attach a sample project that shows this issue? Or please explain where and how the resource is defined and referenced.
Description
Kotlin Gradle plugin 1.8.0 was migrated to expose compiler options with Gradle properties API. This API prohibits inputs modification on Gradle execution phase.
kgpUtils.kt#addComposeArgsToKotlinCompile
kotlinOptions.freeCompilerArgs
in taskdoFirst
action.With KGP 1.8.0 this will produce warning message in build log and in next major versions it fill fail the build.