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.8 .0-grpc-79 "
7+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.10 .0-grpc-115 "
88 id(" com.google.protobuf" ) version " 0.9.5"
99}
1010
@@ -21,9 +21,9 @@ kotlin {
2121}
2222
2323dependencies {
24- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.8 .0-grpc-71 " )
24+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.10 .0-grpc-115 " )
2525 implementation(" ch.qos.logback:logback-classic:1.5.18" )
26- implementation(" io.grpc:grpc-netty:1.73 .0" )
26+ implementation(" io.grpc:grpc-netty:1.74 .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-alpha07 "
4+ agp = " 8.12.0 "
55android-compileSdk = " 36"
66android-minSdk = " 24"
77android-targetSdk = " 36"
88androidx-activityCompose = " 1.10.1"
99androidx-appcompat = " 1.7.1"
1010androidx-constraintlayout = " 2.2.1"
1111androidx-core-ktx = " 1.16.0"
12- androidx-espresso-core = " 3.6.1 "
12+ androidx-espresso-core = " 3.7.0 "
1313androidx-material = " 1.12.0"
14- androidx-test-junit = " 1.2.1 "
14+ androidx-test-junit = " 1.3.0 "
1515compose = " 1.8.3"
1616compose-plugin = " 1.8.2"
1717junit = " 4.13.2"
18- ktor = " 3.2.1 "
18+ ktor = " 3.2.3 "
1919logback = " 1.5.18"
20- serialization = " 1.8.1 "
20+ serialization = " 1.9.0 "
2121coroutines = " 1.10.2"
22- kotlinx-rpc = " 0.9.1 "
22+ kotlinx-rpc = " 0.10.0-grpc-115 "
2323
2424[libraries ]
2525# kotlin
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.12.0 "
33kotlin = " 2.2.0"
44androidx-activityCompose = " 1.10.1"
55androidx-appcompat = " 1.7.1"
66androidx-constraintlayout = " 2.2.1"
77androidx-core-ktx = " 1.16.0"
8- androidx-test-junit = " 1.2.1 "
8+ androidx-test-junit = " 1.3.0 "
99compose = " 1.8.3"
1010compose-plugin = " 1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11- compose-bom = " 2025.06.01 "
11+ compose-bom = " 2025.07.00 "
1212material3 = " 1.3.2"
1313junit = " 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 "
1616kotlinx-coroutines-core = " 1.10.2"
1717logback = " 1.5.18"
18- kotlinx-rpc = " 0.9.1 "
18+ kotlinx-rpc = " 0.10.0-grpc-115 "
1919
2020[libraries ]
2121# kotlin
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.8.1 "
4+ ktor = " 3.2.3 "
5+ kotlinx-serialization-json = " 1.9.0 "
66kotlinx-coroutines-core = " 1.10.2"
77logback = " 1.5.18"
8- kotlinx-rpc = " 0.9.1 "
8+ kotlinx-rpc = " 0.10.0-grpc-115 "
99
1010[libraries ]
1111# kotlin
You can’t perform that action at this time.
0 commit comments