Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions demos/kotlin/kmp_sdk/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ uiToolingPreview = "1.9.0-alpha02"
junit = "4.13.2"
# https://central.sonatype.com/artifact/io.insert-koin/koin-test-junit4/versions
koinTestJunit4 = "4.1.0"
kotlin = "2.1.20"
kotlin = "2.2.0"
# https://touchlab.co/understanding-and-configuring-your-kmm-test-suite
androidx-core-ktx = "1.15.0"
espresso = "3.6.1"
junitKtx = "1.2.1"
# https://github.com/Kotlin/kotlinx.serialization/releases
kotlinx-serialization = "1.8.0"
kotlinx-serialization = "1.9.0"
# https://github.com/touchlab/Kermit/releases
kermit = "2.0.4"
# https://github.com/Kotlin/kotlinx-datetime/releases
kotlinx-datetime = "0.6.0"
kotlinx-datetime = "0.7.0-0.6.x-compat"
# https://github.com/Kotlin/kotlinx.coroutines/releases
kotlinCoroutines = "1.10.1"
# https://github.com/benasher44/uuid/releases/tag/0.8.4
Expand Down Expand Up @@ -53,7 +53,7 @@ coil3 = "3.0.0-alpha06"
# https://developer.android.com/jetpack/androidx/releases/media3
exoplayer = "1.6.0"
# https://kotlinlang.org/docs/ksp-quickstart.html
ksp = "2.1.20-1.0.32"
ksp = "2.2.0-2.0.2"
# https://developer.android.com/jetpack/androidx/releases/sqlite
sqlite = "2.5.0-rc03"
# https://developer.android.com/jetpack/androidx/releases/room
Expand Down