Gradle: Compile Gradle models/model builders for plugins under JVM 1.6

This prevents imports failure in projects using older versions of Gradle
This commit is contained in:
Alexey Sedunov
2018-01-10 13:33:05 +03:00
parent 258bd1e8c0
commit 253c5f2d9b
4 changed files with 8 additions and 0 deletions
@@ -1,6 +1,8 @@
apply { plugin("kotlin") }
jvmTarget = "1.6"
dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))