Fix project structure after rebase on master
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user