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 1
1
[versions ]
2
- kotlin = " 2.1.20 "
2
+ kotlin = " 2.1.21 "
3
3
4
4
agp = " 8.9.1"
5
5
android-compileSdk = " 35"
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
agp = " 8.9.1"
3
- kotlin = " 2.1.20 "
3
+ kotlin = " 2.1.21 "
4
4
androidx-activityCompose = " 1.10.1"
5
5
androidx-appcompat = " 1.7.0"
6
6
androidx-constraintlayout = " 2.2.1"
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin = " 2.1.20 "
2
+ kotlin = " 2.1.21 "
3
3
kotlin-wrappers-bom = " 2025.4.8"
4
4
ktor = " 3.1.2"
5
5
kotlinx-serialization-json = " 1.8.1"
Original file line number Diff line number Diff line change 3
3
*/
4
4
5
5
plugins {
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 "
8
8
id(" io.ktor.plugin" ) version " 3.1.2"
9
9
id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.7.0"
10
10
}
@@ -40,5 +40,5 @@ dependencies {
40
40
implementation(" ch.qos.logback:logback-classic:1.5.18" )
41
41
42
42
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 " )
44
44
}
You can’t perform that action at this time.
0 commit comments