Skip to content

Commit

Permalink
kotlin 1.9.21, compose 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Nov 24, 2023
1 parent 88cb51f commit 9aa848d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ com-android-application = { id = "com.android.application", version.ref = "agp"

[versions]

kotlin = "1.9.20"
agp = "8.1.2"
kotlin = "1.9.21"
agp = "8.1.4"

okio = "3.6.0"
startup-runtime = "1.1.1"
vanniktech-publish = "0.25.3"
multiplatform-resources = "0.23.0"
compose = "1.5.10"
compose = "1.5.11"
coroutines = "1.7.3"
ktor = "2.3.5"
ktor = "2.3.6"
xmlutil = "0.86.2"
activity-compose = "1.8.0"
activity-compose = "1.8.1"
appcompat = "1.6.1"
material = "1.10.0"
androidsvg = "1.4"
Expand Down
5 changes: 0 additions & 5 deletions kamel-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,6 @@ android {
defaultConfig {
minSdk = 21
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"
}

}

apply(from = "$rootDir/gradle/pack-core-tests-resources.gradle.kts")

0 comments on commit 9aa848d

Please sign in to comment.