File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
ktor-all-platforms-app/gradle Expand file tree Collapse file tree 4 files changed +11
-11
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"
@@ -12,12 +12,12 @@ androidx-core-ktx = "1.13.1"
1212androidx-espresso-core = " 3.6.1"
1313androidx-material = " 1.12.0"
1414androidx-test-junit = " 1.2.1"
15- compose = " 1.7.2 "
15+ compose = " 1.7.3 "
1616compose-plugin = " 1.6.11"
1717junit = " 4.13.2"
18- ktor = " 3.0.0-rc-1 "
18+ ktor = " 3.0.0-rc-2 "
1919logback = " 1.5.8"
20- serialization = " 1.7.1 "
20+ serialization = " 1.7.3 "
2121coroutines = " 1.9.0"
2222kotlinx-rpc = " 0.3.0"
2323
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"
66androidx-constraintlayout = " 2.1.4"
77androidx-core-ktx = " 1.13.1"
88androidx-test-junit = " 1.2.1"
9- compose = " 1.7.2 "
9+ compose = " 1.7.3 "
1010compose-plugin = " 1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11- compose-bom = " 2024.09.02 "
11+ compose-bom = " 2024.09.03 "
1212material3 = " 1.3.0"
1313junit = " 4.13.2"
14- ktor = " 3.0.0-rc-1 "
14+ ktor = " 3.0.0-rc-2 "
1515kotlinx-serialization-json = " 1.7.3"
1616kotlinx-coroutines-core = " 1.9.0"
1717logback = " 1.5.8"
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 "
4- ktor = " 3.0.0-rc-1 "
3+ kotlin-wrappers-bom = " 1.0.0-pre.816 "
4+ ktor = " 3.0.0-rc-2 "
55kotlinx-serialization-json = " 1.7.3"
66kotlinx-coroutines-core = " 1.9.0"
77logback = " 1.5.8"
Original file line number Diff line number Diff line change 55plugins {
66 kotlin(" jvm" ) version " 2.0.10"
77 kotlin(" plugin.serialization" ) version " 2.0.10"
8- id(" io.ktor.plugin" ) version " 3.0.0-rc-1 "
8+ id(" io.ktor.plugin" ) version " 3.0.0-rc-2 "
99 id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.3.0"
1010}
1111
You can’t perform that action at this time.
0 commit comments