File tree Expand file tree Collapse file tree
MultiplatformExample/shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id(" com.android.application" )
33 id(" org.jetbrains.kotlin.android" )
4- id(" com.google.devtools.ksp" ) version " 2.1.10 -1.0.31"
4+ id(" com.google.devtools.ksp" ) version " 2.1.20 -1.0.31"
55 id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.1.0"
66 id(" de.jensklingenberg.ktorfit" ) version " 2.4.0"
77 id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.10"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 kotlin(" multiplatform" )
55 kotlin(" native.cocoapods" )
66 id(" com.android.library" )
7- id(" com.google.devtools.ksp" ) version " 2.1.10 -1.0.31"
7+ id(" com.google.devtools.ksp" ) version " 2.1.20 -1.0.31"
88 id(" kotlinx-serialization" )
99 id(" de.jensklingenberg.ktorfit" ) version " 2.4.0"
1010}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ junit = "4.13.2"
88kctfork = " 0.7.0"
99kotlin = " 2.1.10"
1010kotlinPoet = " 2.1.0"
11- kspVersion = " 2.1.10 -1.0.29 "
11+ kspVersion = " 2.1.20 -1.0.31 "
1212
1313groupId = " de.jensklingenberg.ktorfit"
1414ktorfit = " 2.4.1"
You can’t perform that action at this time.
0 commit comments