Skip to content

Commit

Permalink
Merge pull request #75 from 2rabs/rt/update-kotlin-1.9.21
Browse files Browse the repository at this point in the history
🆙 Kotlin, Compose のバージョンアップ
  • Loading branch information
tatsutakein authored Nov 27, 2023
2 parents 10ec0f2 + fccadee commit 51be4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ androidGradlePlugin = "8.1.4"
# For updating Kotlin and Compose Compiler version, see:
# https://github.com/JetBrains/compose-multiplatform/blob/master/VERSIONING.md#kotlin-compatibility
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin?#pre-release_kotlin_compatibility
kotlin = "1.9.20"
kotlin = "1.9.21"

androidDesugarJdkLibs = "2.0.3"
compose = "1.5.10"
compose = "1.5.11"
androidxActivity = "1.8.0"
androidxSplashScreen = "1.0.1"
kotlinxCoroutines = "1.7.3"
Expand Down

0 comments on commit 51be4ea

Please sign in to comment.