Skip to content

Commit 9cd15d3

Browse files
authored
Merge pull request #1083 from wordpress-mobile/build/update-kotlin-to-1.9.22
[Build] Update Kotlin to 1.9.24
2 parents a9b50d8 + 78e865b commit 9cd15d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ allprojects {
2929
}
3030
tasks.withType(KotlinCompile).all {
3131
kotlinOptions {
32+
jvmTarget = JavaVersion.VERSION_1_8
3233
allWarningsAsErrors = true
3334
}
3435
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pluginManagement {
2-
gradle.ext.kotlinVersion = '1.6.10'
2+
gradle.ext.kotlinVersion = '1.9.24'
33
gradle.ext.agpVersion = '8.1.0'
44
gradle.ext.automatticPublishToS3Version = '0.8.0'
55

0 commit comments

Comments
 (0)