File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
example/MultiplatformExample Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
}
11
11
dependencies {
12
- classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20-RC " )
12
+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20" )
13
13
classpath(" com.android.tools.build:gradle:7.3.1" )
14
14
classpath(" org.jetbrains.kotlin:kotlin-serialization:2.0.0" )
15
15
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
kotlin(" multiplatform" )
5
5
kotlin(" native.cocoapods" )
6
6
id(" com.android.library" )
7
- id(" com.google.devtools.ksp" ) version " 2.0.20-RC- 1.0.24"
7
+ id(" com.google.devtools.ksp" ) version " 2.0.20-1.0.24"
8
8
id(" kotlinx-serialization" )
9
9
id(" de.jensklingenberg.ktorfit" ) version " 2.0.1"
10
10
}
You can’t perform that action at this time.
0 commit comments