Skip to content

Commit

Permalink
Bump compose compiler and add stability config
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed Dec 18, 2023
1 parent 64e171c commit 77f1164
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ android {
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
freeCompilerArgs += "-Xcontext-receivers"
freeCompilerArgs += "-Xexpect-actual-classes"
// TODO: Get this thing to work
// freeCompilerArgs += listOf(
// "-P",
// "plugin:androidx.compose.compiler.plugins.kotlin:stabilityConfigurationPath=${file("./stability.txt").absolutePath}"
// )
freeCompilerArgs += listOf(
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:reportsDestination=${project.buildDir.absolutePath + "/compose_compiler"}"
)
}

buildFeatures {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ accompanist = "0.30.1"
agp = "8.1.3"
apollo = "3.6.2"
buildkonfig = "0.13.3"
compose-compiler = "1.5.4"
compose-compiler = "1.5.5"
koin = "3.5.2-RC1"
kotlin = "1.9.20"
ktor = "2.3.3"
Expand Down

0 comments on commit 77f1164

Please sign in to comment.