We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a271faf commit b09df3cCopy full SHA for b09df3c
1 file changed
projects/ComposeConstraintLayout/app/build.gradle
@@ -91,7 +91,7 @@ configurations.all {
91
92
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
93
kotlinOptions {
94
- freeCompilerArgs += "-opt-in=androidx.constraintlayout.compose.ExperimentalMotionApi"
+ freeCompilerArgs += "-Xopt-in=androidx.constraintlayout.compose.ExperimentalMotionApi"
95
}
96
97
//configurations.configureEach {
0 commit comments