Skip to content

Commit

Permalink
Merge pull request #146 from wordpress-mobile/build/update-kotlin-to-…
Browse files Browse the repository at this point in the history
…1.9.22

[Build] Update Kotlin to 1.9.22
  • Loading branch information
ParaskP7 committed Jul 5, 2024
2 parents e916f9f + e799166 commit ba2227b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ allprojects {
}
tasks.withType(KotlinCompile).all {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
allWarningsAsErrors = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginManagement {
gradle.ext.kotlinVersion = '1.6.10'
gradle.ext.kotlinVersion = '1.9.22'
gradle.ext.agpVersion = '8.1.0'
gradle.ext.automatticPublishToS3Version = '0.9.0'

Expand Down

0 comments on commit ba2227b

Please sign in to comment.