Fix project structure after rebase on master

This commit is contained in:
Ilya Chernikov
2017-08-19 18:13:26 +02:00
parent d0b8767536
commit 336e24b837
16 changed files with 38 additions and 18 deletions
+1
View File
@@ -57,6 +57,7 @@ ext.configureJvm6Project = { Project project ->
tasks.withType(project.compileKotlin.class) {
kotlinOptions.jdkHome = JDK_16
kotlinOptions.jvmTarget = "1.6"
doFirst {
System.setProperty("kotlin.colors.enabled", "false")
}