File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
ktor-all-platforms-app/gradle Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.0.10"
33
4- agp = " 8.6.1 "
4+ agp = " 8.7.0 "
55android-compileSdk = " 34"
66android-minSdk = " 24"
77android-targetSdk = " 34"
@@ -17,9 +17,9 @@ compose-plugin = "1.6.11"
1717junit = " 4.13.2"
1818ktor = " 2.3.12"
1919logback = " 1.5.8"
20- kotlinx-serialization-json = " 1.7.1 "
20+ kotlinx-serialization-json = " 1.7.3 "
2121kotlinx-coroutines-core = " 1.9.0"
22- kotlinx-rpc = " 0.2.4 "
22+ kotlinx-rpc = " 0.3.0 "
2323
2424[libraries ]
2525# kotlin
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.6.1 "
2+ agp = " 8.7.0 "
33kotlin = " 2.0.10"
44androidx-activityCompose = " 1.9.2"
55androidx-appcompat = " 1.7.0"
@@ -15,7 +15,7 @@ ktor = "2.3.12"
1515kotlinx-serialization-json = " 1.7.3"
1616kotlinx-coroutines-core = " 1.9.0"
1717logback = " 1.5.8"
18- kotlinx-rpc = " 0.2.4 "
18+ kotlinx-rpc = " 0.3.0 "
1919
2020[libraries ]
2121# kotlin
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.0.10"
3- kotlin-wrappers-bom = " 1.0.0-pre.812 "
3+ kotlin-wrappers-bom = " 1.0.0-pre.814 "
44ktor = " 2.3.12"
55kotlinx-serialization-json = " 1.7.3"
66kotlinx-coroutines-core = " 1.9.0"
77logback = " 1.5.8"
8- kotlinx-rpc = " 0.2.4 "
8+ kotlinx-rpc = " 0.3.0 "
99
1010[libraries ]
1111# kotlin
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 kotlin(" jvm" ) version " 2.0.10"
77 kotlin(" plugin.serialization" ) version " 2.0.10"
88 id(" io.ktor.plugin" ) version " 2.3.12"
9- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.2.4 "
9+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.3.0 "
1010}
1111
1212group = " kotlinx.rpc.sample"
You can’t perform that action at this time.
0 commit comments