File tree 4 files changed +18
-18
lines changed
ktor-all-platforms-app/gradle
4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 2.0.10"
3
3
4
- agp = " 8.6 .1"
4
+ agp = " 8.7 .1"
5
5
android-compileSdk = " 34"
6
6
android-minSdk = " 24"
7
7
android-targetSdk = " 34"
8
- androidx-activityCompose = " 1.9.2 "
8
+ androidx-activityCompose = " 1.9.3 "
9
9
androidx-appcompat = " 1.7.0"
10
10
androidx-constraintlayout = " 2.1.4"
11
11
androidx-core-ktx = " 1.13.1"
12
12
androidx-espresso-core = " 3.6.1"
13
13
androidx-material = " 1.12.0"
14
14
androidx-test-junit = " 1.2.1"
15
- compose = " 1.7.2 "
16
- compose-plugin = " 1.6.11 "
15
+ compose = " 1.7.4 "
16
+ compose-plugin = " 1.7.1+build1894-release-1.7.1 "
17
17
junit = " 4.13.2"
18
- ktor = " 3.0.0-rc- 1"
19
- logback = " 1.5.8 "
20
- serialization = " 1.7.1 "
18
+ ktor = " 3.0.1"
19
+ logback = " 1.5.12 "
20
+ serialization = " 1.7.3 "
21
21
coroutines = " 1.9.0"
22
22
kotlinx-rpc = " 0.3.0"
23
23
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- agp = " 8.6 .1"
2
+ agp = " 8.7 .1"
3
3
kotlin = " 2.0.10"
4
- androidx-activityCompose = " 1.9.2 "
4
+ androidx-activityCompose = " 1.9.3 "
5
5
androidx-appcompat = " 1.7.0"
6
6
androidx-constraintlayout = " 2.1.4"
7
7
androidx-core-ktx = " 1.13.1"
8
8
androidx-test-junit = " 1.2.1"
9
- compose = " 1.7.2 "
9
+ compose = " 1.7.4 "
10
10
compose-plugin = " 1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11
- compose-bom = " 2024.09.02 "
11
+ compose-bom = " 2024.10.00 "
12
12
material3 = " 1.3.0"
13
13
junit = " 4.13.2"
14
- ktor = " 3.0.0-rc- 1"
14
+ ktor = " 3.0.1"
15
15
kotlinx-serialization-json = " 1.7.3"
16
16
kotlinx-coroutines-core = " 1.9.0"
17
- logback = " 1.5.8 "
17
+ logback = " 1.5.12 "
18
18
kotlinx-rpc = " 0.3.0"
19
19
20
20
[libraries ]
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 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.822 "
4
+ ktor = " 3.0.1"
5
5
kotlinx-serialization-json = " 1.7.3"
6
6
kotlinx-coroutines-core = " 1.9.0"
7
- logback = " 1.5.8 "
7
+ logback = " 1.5.12 "
8
8
kotlinx-rpc = " 0.3.0"
9
9
10
10
[libraries ]
Original file line number Diff line number Diff line change 5
5
plugins {
6
6
kotlin(" jvm" ) version " 2.0.10"
7
7
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.1"
9
9
id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.3.0"
10
10
}
11
11
@@ -37,7 +37,7 @@ dependencies {
37
37
38
38
implementation(" io.ktor:ktor-client-cio" )
39
39
implementation(" io.ktor:ktor-server-netty-jvm" )
40
- implementation(" ch.qos.logback:logback-classic:1.5.8 " )
40
+ implementation(" ch.qos.logback:logback-classic:1.5.12 " )
41
41
42
42
testImplementation(" io.ktor:ktor-server-test-host" )
43
43
testImplementation(" org.jetbrains.kotlin:kotlin-test-junit:2.0.10" )
You can’t perform that action at this time.
0 commit comments