Skip to content

Commit

Permalink
Xopt-in for Kotlin 1.5.10 (#488)
Browse files Browse the repository at this point in the history
* Rename ExperimentalMotionApi file

* Use Xopt-in for kotlin 1.5.10
  • Loading branch information
oscar-ad committed Jan 12, 2022
1 parent a271faf commit b09df3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ComposeConstraintLayout/app/build.gradle
Expand Up @@ -91,7 +91,7 @@ configurations.all {

tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
kotlinOptions {
freeCompilerArgs += "-opt-in=androidx.constraintlayout.compose.ExperimentalMotionApi"
freeCompilerArgs += "-Xopt-in=androidx.constraintlayout.compose.ExperimentalMotionApi"
}
}
//configurations.configureEach {
Expand Down

0 comments on commit b09df3c

Please sign in to comment.