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.
1 parent 388d6cd commit 2cb515dCopy full SHA for 2cb515d
build.gradle
@@ -105,7 +105,7 @@ allprojects {
105
106
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
107
kotlinOptions {
108
- jvmTarget = "1.8"
+ jvmTarget = JavaVersion.VERSION_1_8
109
}
110
111
libs/annotations/build.gradle
@@ -7,6 +7,6 @@ repositories {
7
8
compileKotlin {
9
10
11
12
0 commit comments