Let Kotlin target Java 8

This commit is contained in:
topjohnwu 2019-06-10 21:22:02 -07:00
parent 7756e10779
commit e40d4318fa

View File

@ -43,6 +43,10 @@ android {
exclude '/kotlin/**'
exclude '/kotlinx/**'
}
kotlinOptions {
jvmTarget = '1.8'
}
}
androidExtensions {