Configure new projects with kotlin-stdlib-jdk7/8 (KT-20286)
No migration for old projects has been added yet. #KT-20286 Fixed
This commit is contained in:
@@ -31,7 +31,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
testCompile("junit:junit:4.12")
|
||||
compile(kotlinModule("stdlib-jre8", kotlin_version))
|
||||
compile(kotlinModule("stdlib-jdk8", kotlin_version))
|
||||
}
|
||||
val compileKotlin: KotlinCompile by tasks
|
||||
compileKotlin.kotlinOptions {
|
||||
|
||||
Reference in New Issue
Block a user