Skip to content

Commit

Permalink
Fix compose in android sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee committed Aug 5, 2024
1 parent 5310de8 commit f770f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/ktor-android-app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.9"
kotlinCompilerExtensionVersion = libs.versions.compose.plugin.get()
}
packaging {
resources {
Expand Down
3 changes: 2 additions & 1 deletion samples/ktor-android-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ androidx-appcompat = "1.6.1"
androidx-constraintlayout = "2.1.4"
androidx-core-ktx = "1.12.0"
androidx-test-junit = "1.1.5"
compose = "1.6.11"
compose = "1.6.8"
compose-plugin = "1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
material3 = "1.2.0"
junit = "4.13.2"
ktor = "2.3.11"
Expand Down

0 comments on commit f770f29

Please sign in to comment.