We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5310de8 commit f770f29Copy full SHA for f770f29
samples/ktor-android-app/app/build.gradle.kts
@@ -54,7 +54,7 @@ android {
54
compose = true
55
}
56
composeOptions {
57
- kotlinCompilerExtensionVersion = "1.5.9"
+ kotlinCompilerExtensionVersion = libs.versions.compose.plugin.get()
58
59
packaging {
60
resources {
samples/ktor-android-app/gradle/libs.versions.toml
@@ -6,7 +6,8 @@ androidx-appcompat = "1.6.1"
6
androidx-constraintlayout = "2.1.4"
7
androidx-core-ktx = "1.12.0"
8
androidx-test-junit = "1.1.5"
9
-compose = "1.6.11"
+compose = "1.6.8"
10
+compose-plugin = "1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11
material3 = "1.2.0"
12
junit = "4.13.2"
13
ktor = "2.3.11"
0 commit comments