zak.taccardi
09/11/2024, 3:51 AMfreeCompilerArgs
only accept absolute paths as input for file locations?
https://developer.android.com/develop/ui/compose/performance/stability/fix#kotlin
kotlinOptions {
freeCompilerArgs += listOf(
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:stabilityConfigurationPath=" +
"${project.absolutePath}/compose_compiler_config.conf"
)
}
I think this would cause a problem with Gradle remote build caching?Ben Trengrove [G]
09/11/2024, 4:37 AMfreeCompilerArgs
https://developer.android.com/develop/ui/compose/compilerzak.taccardi
09/11/2024, 7:11 PM1.9.x
still 😞zak.taccardi
09/11/2024, 7:11 PMBen Trengrove [G]
09/11/2024, 8:04 PM