File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ kotlin {
4040
4141 jvm {
4242 compilerOptions {
43- jvmTarget.set(JvmTarget .JVM_18 )
43+ jvmTarget.set(JvmTarget .JVM_1_8 )
4444 }
4545 }
4646
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
33distributionUrl =https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4- networkTimeout =10000
4+ distributionSha256Sum =d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
77zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ kotlin {
3131
3232 jvm {
3333 compilerOptions {
34- jvmTarget.set(JvmTarget .JVM_18 )
34+ jvmTarget.set(JvmTarget .JVM_1_8 )
3535 }
3636 compilations[" main" ].dependencies {
3737 implementation(project(" :jni:jvm:all" ))
You can’t perform that action at this time.
0 commit comments