Skip to content

Commit

Permalink
Kotlin 2.0 + related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed May 22, 2024
1 parent d601e89 commit 07430d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
composeUiTooling = "1.3.1"
kotlin = "2.0.0-RC3"
ksp = "2.0.0-RC3-1.0.20"
kotlin = "2.0.0"
ksp = "2.0.0-1.0.21"
coroutines = "1.8.1"
kotlinxSerialization = "1.6.3"
kotlinxDateTime = "0.6.0-RC.2"
kotlinxDateTime = "0.6.0"
androidGradlePlugin = "8.4.0"
koin = "3.6.0-Beta4"
koinCompose = "3.6.0-Beta4"
koinComposeMultiplatform = "1.2.0-Beta4"
ktor = "2.3.11"
slf4j = "2.0.12"
sqlDelight = "2.0.2"
kmpNativeCoroutines = "1.0.0-ALPHA-30-kotlin-2.0.0-RC3"
kmpNativeCoroutines = "1.0.0-ALPHA-31"
googleServices = "4.3.15"

androidxActivity = "1.9.0"
Expand All @@ -26,15 +26,15 @@ androidxLifecycle = "2.8.0"
imageLoader = "1.7.8"
osmdroidAndroid = "6.1.18"

composeMultiplatform = "1.6.0"
composeMultiplatform = "1.6.10"
accompanist = "0.32.0"
coilCompose = "2.6.0"
horologist = "0.6.10"
horologist = "0.6.12"
okhttp = "5.0.0-alpha.14"

junit = "4.13.2"
androidxTestJUnit = "1.1.5"
robolectric = "4.12.1"
robolectric = "4.12.2"
androidxTestCore = "1.5.0"
mockito = "3.11.2"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
repositoryURL = "https://github.com/rickclephas/KMP-NativeCoroutines.git";
requirement = {
kind = exactVersion;
version = "1.0.0-ALPHA-4";
version = "1.0.0-ALPHA-31";
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 07430d5

Please sign in to comment.