kotlin only support java1.8 now

This commit is contained in:
czp3009 2019-02-15 18:15:47 +08:00
parent 4b9d03aade
commit ac9d86b401

View File

@ -1,7 +1,7 @@
buildscript {
ext {
kotlin_version = '1.3.21'
jvm_target = JavaVersion.VERSION_1_10
jvm_target = JavaVersion.VERSION_1_8
}
repositories {