Zac Sweers
12/16/2022, 9:17 PM> Task :apps:app-legacy:compileInternalDebugUnitTestKotlin
kotlinOptions.freeCompilerArgs were changed on task :apps:app-legacy:compileInternalDebugUnitTestKotlin execution phase: -progressive, -Xinline-classes, -Xjsr305=strict, -opt-in=kotlin.contracts.ExperimentalContracts, -opt-in=kotlin.experimental.ExperimentalTypeInference, -opt-in=kotlin.ExperimentalStdlibApi, -opt-in=kotlin.time.ExperimentalTime, -Xassertions=jvm, -Xemit-jvm-type-annotations, -Xproper-ieee754-comparisons, -Xjvm-default=all, -Xtype-enhancement-improvements-strict-mode, -Xjspecify-annotations=strict, -Xenhance-type-parameter-types-to-def-not-null, -Xself-upper-bound-inference, -Xskip-prerelease-check, -P, plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=1.8.0-RC2-330, -opt-in=com.slack.eithernet.ExperimentalEitherNetApi, -opt-in=com.slack.eithernet.ExperimentalEitherNetApi, -opt-in=com.slack.eithernet.ExperimentalEitherNetApi, -Xplugin=/Users/zacsweers/.gradle/caches/modules-2/files-2.1/androidx.compose.compiler/compiler/1.4.0-dev-k1.8.0-RC-4c1865595ed/70f3ba3161f2b13d7a24fcbd31d77cd103566985/compiler-1.4.0-dev-k1.8.0-RC-4c1865595ed.jar, -P, plugin:androidx.compose.plugins.idea:enabled=true, -Xallow-unstable-dependencies
This behaviour is deprecated and become an error in future releases!
tapchicoma
12/16/2022, 10:14 PMtapchicoma
12/16/2022, 10:17 PMkotlin-dsl
plugin and another one is in the composeZac Sweers
12/16/2022, 10:19 PMtapchicoma
12/16/2022, 10:19 PMtapchicoma
12/16/2022, 10:19 PMZac Sweers
12/16/2022, 10:19 PMtapchicoma
12/16/2022, 10:20 PMkotlin.options.suppressFreeCompilerArgsModificationWarning=true
into gradle.properties
Zac Sweers
12/17/2022, 7:22 PM