Commit e40d4318 authored by topjohnwu's avatar topjohnwu

Let Kotlin target Java 8

parent 7756e107
......@@ -43,6 +43,10 @@ android {
exclude '/kotlin/**'
exclude '/kotlinx/**'
}
kotlinOptions {
jvmTarget = '1.8'
}
}
androidExtensions {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment