File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
3- id(" com.android.application" ) version " 7.4.2 " apply false
4- id(" com.android.library" ) version " 7.4.2 " apply false
5- id(" org.jetbrains.kotlin.android" ) version " 1.8.10 " apply false
3+ id(" com.android.application" ) version " 8.8.0 " apply false
4+ id(" com.android.library" ) version " 8.8.0 " apply false
5+ id(" org.jetbrains.kotlin.android" ) version " 1.9.25 " apply false
66// id("com.chaquo.python") version "15.0.0" apply false
77}
88
99subprojects {
1010 tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > {
11- kotlinOptions.jvmTarget = " 11"
11+ // compilerOptions.jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_11)
12+ // kotlinOptions.jvmTarget = "17"
13+ kotlinOptions {
14+ jvmTarget = JavaVersion .VERSION_17 .toString()
15+ }
16+
1217 }
1318}
Original file line number Diff line number Diff line change 1- # Sun Jul 02 10:35:16 JST 2023
1+ # Tue Oct 15 12:37:30 JST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments