changed jvmTarget version from 11 to 1.8 (#74)

This commit is contained in:
Victor
2021-07-23 07:38:39 +05:00
committed by GitHub
parent 925172cf86
commit b0149c293e
3 changed files with 8 additions and 2 deletions

View File

@ -33,7 +33,7 @@ allprojects {
tasks.withType<KotlinCompile>().configureEach {
kotlinOptions {
jvmTarget = "11"
jvmTarget = "1.8"
}
}