We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fffe2 commit a6ddbadCopy full SHA for a6ddbad
.github/workflows/ios.yml
@@ -10,7 +10,7 @@ concurrency:
10
11
jobs:
12
build:
13
- runs-on: macos-14
+ runs-on: macos-latest
14
steps:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-java@v4
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
kotlin = "2.1.0"
3
-ksp = "2.1.0-1.0.28"
+ksp = "2.1.0-1.0.29"
4
5
coroutines = "1.9.0"
6
kotlinxSerialization = "1.7.3"
@@ -11,7 +11,7 @@ circuit = "0.24.0"
kotlininject = "0.7.2"
ktor = "3.0.1"
slf4j = "2.0.16"
-kmpNativeCoroutines = "1.0.0-ALPHA-37-kotlin-2.1.0-RC2"
+kmpNativeCoroutines = "1.0.0-ALPHA-38"
kmpObservableViewModel = "1.0.0-BETA-7"
17
compose-multiplatform = "1.7.3"
0 commit comments