We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9b50d8 + 78e865b commit 9cd15d3Copy full SHA for 9cd15d3
build.gradle
@@ -29,6 +29,7 @@ allprojects {
29
}
30
tasks.withType(KotlinCompile).all {
31
kotlinOptions {
32
+ jvmTarget = JavaVersion.VERSION_1_8
33
allWarningsAsErrors = true
34
35
settings.gradle
@@ -1,5 +1,5 @@
1
pluginManagement {
2
- gradle.ext.kotlinVersion = '1.6.10'
+ gradle.ext.kotlinVersion = '1.9.24'
3
gradle.ext.agpVersion = '8.1.0'
4
gradle.ext.automatticPublishToS3Version = '0.8.0'
5
0 commit comments