Compile kotlin-android-extensions-runtime for JDK 1.6
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
|
|
||||||
description = "Kotlin Android Extensions Runtime"
|
description = "Kotlin Android Extensions Runtime"
|
||||||
|
|
||||||
apply { plugin("kotlin") }
|
apply { plugin("kotlin") }
|
||||||
|
|
||||||
|
jvmTarget = "1.6"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(project(":kotlin-stdlib"))
|
compile(project(":kotlin-stdlib"))
|
||||||
compileOnly(commonDep("com.google.android", "android"))
|
compileOnly(commonDep("com.google.android", "android"))
|
||||||
|
|||||||
Reference in New Issue
Block a user