File tree Expand file tree Collapse file tree 13 files changed +35
-35
lines changed
ktor-all-platforms-app/gradle Expand file tree Collapse file tree 13 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 44
55plugins {
66 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-127 "
88}
99
1010group = " kotlinx.rpc.sample"
@@ -20,10 +20,10 @@ kotlin {
2020}
2121
2222dependencies {
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-127 " )
2424 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.75 .0" )
26+ implementation(" io.grpc:grpc-kotlin-stub:1.5.0 " )
2727}
2828
2929rpc {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ case "$( uname )" in #(
114114 NONSTOP* ) nonstop=true ;;
115115esac
116116
117- CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
117+ CLASSPATH=" \\\"\\\" "
118118
119119
120120# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213213set -- \
214214 " -Dorg.gradle.appname=$APP_BASE_NAME " \
215215 -classpath " $CLASSPATH " \
216- org. gradle. wrapper.GradleWrapperMain \
216+ -jar " $APP_HOME / gradle/ wrapper/gradle-wrapper.jar " \
217217 " $@ "
218218
219219# Stop when "xargs" is not available.
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ goto fail
7070:execute
7171@ rem Setup the command line
7272
73- set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
73+ set CLASSPATH =
7474
7575
7676@ 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 " %*
7878
7979:end
8080@ rem End local scope for the variables with windows NT shell
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.2.0"
33
4- agp = " 8.11 .0"
4+ agp = " 8.13 .0"
55android-compileSdk = " 36"
66android-minSdk = " 24"
77android-targetSdk = " 36"
8- androidx-activityCompose = " 1.10.1 "
8+ androidx-activityCompose = " 1.11.0 "
99androidx-appcompat = " 1.7.1"
1010androidx-constraintlayout = " 2.2.1"
11- androidx-core-ktx = " 1.16 .0"
12- androidx-espresso-core = " 3.6.1 "
13- androidx-material = " 1.12 .0"
14- androidx-test-junit = " 1.2.1 "
15- compose = " 1.8.3 "
16- compose-plugin = " 1.8.2 "
11+ androidx-core-ktx = " 1.17 .0"
12+ androidx-espresso-core = " 3.7.0 "
13+ androidx-material = " 1.13 .0"
14+ androidx-test-junit = " 1.3.0 "
15+ compose = " 1.9.1 "
16+ compose-plugin = " 1.9.0 "
1717junit = " 4.13.2"
18- ktor = " 3.2.1 "
18+ ktor = " 3.3.0 "
1919logback = " 1.5.18"
20- serialization = " 1.8.1 "
20+ serialization = " 1.9.0 "
2121coroutines = " 1.10.2"
2222kotlinx-rpc = " 0.10.0"
2323
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.11.0-alpha07 "
2+ agp = " 8.13.0 "
33kotlin = " 2.2.0"
4- androidx-activityCompose = " 1.10.1 "
4+ androidx-activityCompose = " 1.11.0 "
55androidx-appcompat = " 1.7.1"
66androidx-constraintlayout = " 2.2.1"
7- androidx-core-ktx = " 1.16 .0"
8- androidx-test-junit = " 1.2.1 "
9- compose = " 1.8.3 "
7+ androidx-core-ktx = " 1.17 .0"
8+ androidx-test-junit = " 1.3.0 "
9+ compose = " 1.9.1 "
1010compose-plugin = " 1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11- compose-bom = " 2025.06.01 "
11+ compose-bom = " 2025.09.00 "
1212material3 = " 1.3.2"
1313junit = " 4.13.2"
14- ktor = " 3.2.1 "
15- kotlinx-serialization-json = " 1.8.1 "
14+ ktor = " 3.3.0 "
15+ kotlinx-serialization-json = " 1.9.0 "
1616kotlinx-coroutines-core = " 1.10.2"
1717logback = " 1.5.18"
1818kotlinx-rpc = " 0.10.0"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 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.9.8 "
4+ ktor = " 3.3.0 "
5+ kotlinx-serialization-json = " 1.9.0 "
66kotlinx-coroutines-core = " 1.10.2"
77logback = " 1.5.18"
88kotlinx-rpc = " 0.10.0"
You can’t perform that action at this time.
0 commit comments