Skip to content

Commit 07430d5

Browse files
committed
Kotlin 2.0 + related dependencies
1 parent d601e89 commit 07430d5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
composeUiTooling = "1.3.1"
3-
kotlin = "2.0.0-RC3"
4-
ksp = "2.0.0-RC3-1.0.20"
3+
kotlin = "2.0.0"
4+
ksp = "2.0.0-1.0.21"
55
coroutines = "1.8.1"
66
kotlinxSerialization = "1.6.3"
7-
kotlinxDateTime = "0.6.0-RC.2"
7+
kotlinxDateTime = "0.6.0"
88
androidGradlePlugin = "8.4.0"
99
koin = "3.6.0-Beta4"
1010
koinCompose = "3.6.0-Beta4"
1111
koinComposeMultiplatform = "1.2.0-Beta4"
1212
ktor = "2.3.11"
1313
slf4j = "2.0.12"
1414
sqlDelight = "2.0.2"
15-
kmpNativeCoroutines = "1.0.0-ALPHA-30-kotlin-2.0.0-RC3"
15+
kmpNativeCoroutines = "1.0.0-ALPHA-31"
1616
googleServices = "4.3.15"
1717

1818
androidxActivity = "1.9.0"
@@ -26,15 +26,15 @@ androidxLifecycle = "2.8.0"
2626
imageLoader = "1.7.8"
2727
osmdroidAndroid = "6.1.18"
2828

29-
composeMultiplatform = "1.6.0"
29+
composeMultiplatform = "1.6.10"
3030
accompanist = "0.32.0"
3131
coilCompose = "2.6.0"
32-
horologist = "0.6.10"
32+
horologist = "0.6.12"
3333
okhttp = "5.0.0-alpha.14"
3434

3535
junit = "4.13.2"
3636
androidxTestJUnit = "1.1.5"
37-
robolectric = "4.12.1"
37+
robolectric = "4.12.2"
3838
androidxTestCore = "1.5.0"
3939
mockito = "3.11.2"
4040

ios/GalwayBusAppSwiftUI/GalwayBusAppSwiftUI.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
repositoryURL = "https://github.com/rickclephas/KMP-NativeCoroutines.git";
416416
requirement = {
417417
kind = exactVersion;
418-
version = "1.0.0-ALPHA-4";
418+
version = "1.0.0-ALPHA-31";
419419
};
420420
};
421421
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)