We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12905c commit c4f3737Copy full SHA for c4f3737
build.gradle.kts
@@ -22,6 +22,7 @@ allprojects {
22
tasks.withType(JavaCompile::class.java) {
23
sourceCompatibility = "1.8"
24
targetCompatibility = "1.8"
25
+ options.release.set(8)
26
}
27
tasks.withType(KotlinCompile::class.java) {
28
kotlinOptions {
0 commit comments