Gradle: Compile Gradle models/model builders under JVM 1.6
This prevents imports failure in projects using older versions of Gradle #KT-21610 Fixed
This commit is contained in:
@@ -3,6 +3,8 @@ description = "Kotlin Android Extensions IDEA"
|
||||
|
||||
apply { plugin("kotlin") }
|
||||
|
||||
jvmTarget = "1.6"
|
||||
|
||||
dependencies {
|
||||
compile(project(":compiler:util"))
|
||||
compile(project(":compiler:light-classes"))
|
||||
|
||||
Reference in New Issue
Block a user