File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
ktor-all-platforms-app/gradle Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.1.20 "
2+ kotlin = " 2.1.21 "
33
44agp = " 8.9.1"
55android-compileSdk = " 35"
Original file line number Diff line number Diff line change 11[versions ]
22agp = " 8.9.1"
3- kotlin = " 2.1.20 "
3+ kotlin = " 2.1.21 "
44androidx-activityCompose = " 1.10.1"
55androidx-appcompat = " 1.7.0"
66androidx-constraintlayout = " 2.2.1"
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.1.20 "
2+ kotlin = " 2.1.21 "
33kotlin-wrappers-bom = " 2025.4.8"
44ktor = " 3.1.2"
55kotlinx-serialization-json = " 1.8.1"
Original file line number Diff line number Diff line change 33 */
44
55plugins {
6- kotlin(" jvm" ) version " 2.1.20 "
7- kotlin(" plugin.serialization" ) version " 2.1.20 "
6+ kotlin(" jvm" ) version " 2.1.21 "
7+ kotlin(" plugin.serialization" ) version " 2.1.21 "
88 id(" io.ktor.plugin" ) version " 3.1.2"
99 id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.7.0"
1010}
@@ -40,5 +40,5 @@ dependencies {
4040 implementation(" ch.qos.logback:logback-classic:1.5.18" )
4141
4242 testImplementation(" io.ktor:ktor-server-test-host" )
43- testImplementation(" org.jetbrains.kotlin:kotlin-test-junit:2.1.20 " )
43+ testImplementation(" org.jetbrains.kotlin:kotlin-test-junit:2.1.21 " )
4444}
You can’t perform that action at this time.
0 commit comments