File tree Expand file tree Collapse file tree 13 files changed +36
-36
lines changed
ktor-all-platforms-app/gradle Expand file tree Collapse file tree 13 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 4
4
5
5
plugins {
6
6
kotlin(" jvm" ) version " 2.2.0"
7
- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.10.0-grpc-121 "
7
+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.10.0-grpc-122 "
8
8
}
9
9
10
10
group = " kotlinx.rpc.sample"
@@ -20,10 +20,10 @@ kotlin {
20
20
}
21
21
22
22
dependencies {
23
- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.10.0-grpc-121 " )
23
+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.10.0-grpc-122 " )
24
24
implementation(" ch.qos.logback:logback-classic:1.5.18" )
25
- implementation(" io.grpc:grpc-netty:1.73 .0" )
26
- implementation(" io.grpc:grpc-kotlin-stub:1.4.1 " )
25
+ implementation(" io.grpc:grpc-netty:1.74 .0" )
26
+ implementation(" io.grpc:grpc-kotlin-stub:1.4.3 " )
27
27
}
28
28
29
29
rpc {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ case "$( uname )" in #(
114
114
NONSTOP* ) nonstop=true ;;
115
115
esac
116
116
117
- CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
117
+ CLASSPATH=" \\\"\\\" "
118
118
119
119
120
120
# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213
213
set -- \
214
214
" -Dorg.gradle.appname=$APP_BASE_NAME " \
215
215
-classpath " $CLASSPATH " \
216
- org. gradle. wrapper.GradleWrapperMain \
216
+ -jar " $APP_HOME / gradle/ wrapper/gradle-wrapper.jar " \
217
217
" $@ "
218
218
219
219
# Stop when "xargs" is not available.
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ goto fail
70
70
:execute
71
71
@ rem Setup the command line
72
72
73
- set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
73
+ set CLASSPATH =
74
74
75
75
76
76
@ rem Execute Gradle
77
- " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org. gradle. wrapper.GradleWrapperMain %*
77
+ " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " -jar " %APP_HOME% \ gradle\ wrapper\gradle-wrapper.jar " %*
78
78
79
79
:end
80
80
@ rem End local scope for the variables with windows NT shell
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 2.2.0"
3
3
4
- agp = " 8.11.0-alpha07 "
4
+ agp = " 8.12.0 "
5
5
android-compileSdk = " 36"
6
6
android-minSdk = " 24"
7
7
android-targetSdk = " 36"
8
8
androidx-activityCompose = " 1.10.1"
9
9
androidx-appcompat = " 1.7.1"
10
10
androidx-constraintlayout = " 2.2.1"
11
11
androidx-core-ktx = " 1.16.0"
12
- androidx-espresso-core = " 3.6.1 "
12
+ androidx-espresso-core = " 3.7.0 "
13
13
androidx-material = " 1.12.0"
14
- androidx-test-junit = " 1.2.1 "
14
+ androidx-test-junit = " 1.3.0 "
15
15
compose = " 1.8.3"
16
16
compose-plugin = " 1.8.2"
17
17
junit = " 4.13.2"
18
- ktor = " 3.2.1 "
18
+ ktor = " 3.2.3 "
19
19
logback = " 1.5.18"
20
- serialization = " 1.8.1 "
20
+ serialization = " 1.9.0 "
21
21
coroutines = " 1.10.2"
22
- kotlinx-rpc = " 0.9.1 "
22
+ kotlinx-rpc = " 0.10.0-grpc-122 "
23
23
24
24
[libraries ]
25
25
# kotlin
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- agp = " 8.11.0-alpha07 "
2
+ agp = " 8.12.0 "
3
3
kotlin = " 2.2.0"
4
4
androidx-activityCompose = " 1.10.1"
5
5
androidx-appcompat = " 1.7.1"
6
6
androidx-constraintlayout = " 2.2.1"
7
7
androidx-core-ktx = " 1.16.0"
8
- androidx-test-junit = " 1.2.1 "
8
+ androidx-test-junit = " 1.3.0 "
9
9
compose = " 1.8.3"
10
10
compose-plugin = " 1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11
- compose-bom = " 2025.06.01 "
11
+ compose-bom = " 2025.07.00 "
12
12
material3 = " 1.3.2"
13
13
junit = " 4.13.2"
14
- ktor = " 3.2.1 "
15
- kotlinx-serialization-json = " 1.8.1 "
14
+ ktor = " 3.2.3 "
15
+ kotlinx-serialization-json = " 1.9.0 "
16
16
kotlinx-coroutines-core = " 1.10.2"
17
17
logback = " 1.5.18"
18
- kotlinx-rpc = " 0.9.1 "
18
+ kotlinx-rpc = " 0.10.0-grpc-122 "
19
19
20
20
[libraries ]
21
21
# kotlin
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 2.2.0"
3
- kotlin-wrappers-bom = " 2025.6 .11"
4
- ktor = " 3.2.1 "
5
- kotlinx-serialization-json = " 1.8.1 "
3
+ kotlin-wrappers-bom = " 2025.8 .11"
4
+ ktor = " 3.2.3 "
5
+ kotlinx-serialization-json = " 1.9.0 "
6
6
kotlinx-coroutines-core = " 1.10.2"
7
7
logback = " 1.5.18"
8
- kotlinx-rpc = " 0.9.1 "
8
+ kotlinx-rpc = " 0.10.0-grpc-122 "
9
9
10
10
[libraries ]
11
11
# kotlin
You can’t perform that action at this time.
0 commit comments