Migrate repo to use JVM toolchains Gradle feature.
^KT-46972 Fixed
This commit is contained in:
@@ -9,7 +9,7 @@ dependencies {
|
||||
compile(kotlinStdlib())
|
||||
}
|
||||
|
||||
jvmTarget = "1.6"
|
||||
project.updateJvmTarget("1.6")
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
|
||||
Reference in New Issue
Block a user