Skip to content

Commit

Permalink
Compile kotlin-android-extensions-runtime for JDK 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTsvetkov committed Oct 18, 2017
1 parent 2f1d4c1 commit 8a3a4df
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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"))
Expand Down

0 comments on commit 8a3a4df

Please sign in to comment.