Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit b09df3c

Browse files
authored
Xopt-in for Kotlin 1.5.10 (#488)
* Rename ExperimentalMotionApi file * Use Xopt-in for kotlin 1.5.10
1 parent a271faf commit b09df3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ComposeConstraintLayout/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ configurations.all {
9191

9292
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
9393
kotlinOptions {
94-
freeCompilerArgs += "-opt-in=androidx.constraintlayout.compose.ExperimentalMotionApi"
94+
freeCompilerArgs += "-Xopt-in=androidx.constraintlayout.compose.ExperimentalMotionApi"
9595
}
9696
}
9797
//configurations.configureEach {

0 commit comments

Comments
 (0)