mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-30 00:21:27 +00:00
Compile kotlin-android-extensions-runtime for JDK 1.6
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
|
||||
description = "Kotlin Android Extensions Runtime"
|
||||
|
||||
apply { plugin("kotlin") }
|
||||
|
||||
jvmTarget = "1.6"
|
||||
|
||||
dependencies {
|
||||
compile(project(":kotlin-stdlib"))
|
||||
compileOnly(commonDep("com.google.android", "android"))
|
||||
|
||||
Reference in New Issue
Block a user