Skip to content

Commit

Permalink
Actually use stability config this time
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed Dec 18, 2023
1 parent 77f1164 commit d0156ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
freeCompilerArgs += "-Xexpect-actual-classes"
freeCompilerArgs += listOf(
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:reportsDestination=${project.buildDir.absolutePath + "/compose_compiler"}"
"plugin:androidx.compose.compiler.plugins.kotlin:stabilityConfigurationPath=${file("./stability.txt").absolutePath}"
)
}

Expand Down

0 comments on commit d0156ab

Please sign in to comment.