Skip to content

Commit

Permalink
Merge pull request #373 from joreilly/kotlin_2_0_20
Browse files Browse the repository at this point in the history
Kotlin 2.0.20 + various dependency updates
  • Loading branch information
joreilly authored Sep 8, 2024
2 parents cede66d + 6204e50 commit 317c4f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx1536m -XX:+UseParallelGC
org.gradle.jvmargs=-Xmx4000m -XX:+UseParallelGC
android.useAndroidX=true
android.enableJetifier=false

Expand Down
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "2.0.10"
ksp = "2.0.10-1.0.24"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.24"

compose-multiplatform = "1.6.11"
composeUiTooling = "1.3.1"
composeUiTooling = "1.4.0"
coroutines = "1.9.0-RC"
kotlinxSerialization = "1.7.1"
androidGradlePlugin = "8.4.2"
androidGradlePlugin = "8.5.2"
koin = "3.6.0-Beta4"
koinCompose = "3.6.0-Beta4"
koinComposeMultiplatform = "1.2.0-Beta4"
Expand All @@ -17,17 +17,17 @@ slf4j = "2.0.13"
sqlDelight = "2.0.2"

androidxActivity = "1.9.1"
androidxComposeBom = "2024.06.00"
material3-adaptive = "1.0.0-beta04"
material3-adaptive-navigation-suite = "1.3.0-beta05"
androidxNavigationCompose = "2.8.0-beta07"
uiToolingPreview = "1.6.8"
wearCompose = "1.3.1"
androidxLifecycle = "2.8.4"
androidxComposeBom = "2024.09.00"
material3-adaptive = "1.0.0"
material3-adaptive-navigation-suite = "1.3.0"
androidxNavigationCompose = "2.8.0"
uiToolingPreview = "1.7.0"
wearCompose = "1.4.0"
androidxLifecycle = "2.8.5"
androidxLifecycleKMP = "2.8.0"
imageLoader = "1.7.8"

coilCompose = "2.6.0"
coilCompose = "2.7.0"
horologist = "0.6.12"
glanceWearTiles = "1.0.0-alpha05"
glanceAppWidget = "1.0.0"
Expand All @@ -43,7 +43,7 @@ kermit = "2.0.4"

gradleVersionsPlugin = "0.51.0"
shadowPlugin = "7.1.2"
skie = "0.8.4"
skie = "0.9.0-RC.3"

minSdk = "24"
compileSdk = "35"
Expand Down

0 comments on commit 317c4f2

Please sign in to comment.