File tree Expand file tree Collapse file tree 5 files changed +22
-11
lines changed Expand file tree Collapse file tree 5 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
+
17
+ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
18
+
16
19
plugins {
17
20
id(" com.android.application" )
18
21
id(" org.jetbrains.kotlin.android" )
@@ -46,8 +49,10 @@ android {
46
49
sourceCompatibility = JavaVersion .VERSION_11
47
50
targetCompatibility = JavaVersion .VERSION_11
48
51
}
49
- kotlinOptions {
50
- jvmTarget = " 11"
52
+ kotlin {
53
+ compilerOptions {
54
+ jvmTarget = JvmTarget .fromTarget(" 11" )
55
+ }
51
56
}
52
57
buildFeatures {
53
58
compose = true
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- androidGradlePlugin = " 8.9 .2"
2
+ androidGradlePlugin = " 8.11 .2"
3
3
androidxActivity = " 1.10.1"
4
4
androidxAnnotation = " 1.9.1"
5
5
androidxComposeBom = " 2025.04.01"
@@ -14,9 +14,9 @@ androidxWindowManager = "1.3.0"
14
14
bouncyCastle = " 1.70"
15
15
dokka = " 2.0.0"
16
16
junit4 = " 4.13.2"
17
- kotlin = " 2.1.0 "
18
- kotlinxCoroutines = " 1.10.1 "
19
- ksp = " 2.1.0-1 .0.29 "
17
+ kotlin = " 2.2.10 "
18
+ kotlinxCoroutines = " 1.10.2 "
19
+ ksp = " 2.2.10-2 .0.2 "
20
20
mavenPublishPlugin = " 0.32.0"
21
21
protobuf = " 4.29.2"
22
22
protobufPlugin = " 0.9.4"
Original file line number Diff line number Diff line change 1
1
# Fri May 02 19:47:21 WIB 2025
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
import com.vanniktech.maven.publish.SonatypeHost
17
+ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
17
18
18
19
plugins {
19
20
id(" com.android.library" )
@@ -46,8 +47,10 @@ android {
46
47
targetCompatibility = JavaVersion .VERSION_11
47
48
}
48
49
49
- kotlinOptions {
50
- jvmTarget = " 11"
50
+ kotlin {
51
+ compilerOptions {
52
+ jvmTarget = JvmTarget .fromTarget(" 11" )
53
+ }
51
54
}
52
55
}
53
56
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
import com.vanniktech.maven.publish.SonatypeHost
17
+ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
17
18
18
19
plugins {
19
20
id(" com.android.library" )
@@ -45,8 +46,10 @@ android {
45
46
targetCompatibility = JavaVersion .VERSION_11
46
47
}
47
48
48
- kotlinOptions {
49
- jvmTarget = " 11"
49
+ kotlin {
50
+ compilerOptions {
51
+ jvmTarget = JvmTarget .fromTarget(" 11" )
52
+ }
50
53
}
51
54
}
52
55
You can’t perform that action at this time.
0 commit comments