Skip to content

Commit

Permalink
upgrade to kotlin 1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed May 15, 2024
1 parent a531121 commit df5d75d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ compileSdk = "34"
minSdk = "23"
java = "17"
agp = "8.4.0"
kotlin = "1.9.23"
kotlin = "1.9.24"
core-ktx = "1.13.1"
junit = "4.13.2"
androidx-test-ext-junit = "1.1.5"
espresso-core = "3.5.1"
lifecycle-runtime-ktx = "2.8.0"
activity-compose = "1.9.0"
compose-bom = "2024.05.00-alpha02"
compose-compiler = "1.5.13"
ksp = "1.9.23-1.0.20"
compose-compiler = "1.5.14"
ksp = "1.9.24-1.0.20"
cash-paging = "3.3.0-alpha02-0.5.1"
paging = "3.3.0"
navigation = "2.8.0-beta01"
Expand All @@ -37,7 +37,7 @@ ktlint = "1.0.1"
sqldelight = "2.0.2"
okio = "3.9.0"
uuid = "0.8.4"
skie = "0.6.4"
skie = "0.7.0"
ktml = "0.0.6"
versionUpdate = "0.51.0"
bluesky = "0.1.0"
Expand Down
4 changes: 4 additions & 0 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,7 @@ skie {
enabled.set(false)
}
}

molecule {
kotlinCompilerPlugin.set(libs.compose.compiler.get().toString())
}

0 comments on commit df5d75d

Please sign in to comment.