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:
+1
-1
@@ -28,5 +28,5 @@ android.applicationVariants.each { variant ->
|
||||
variant.outputFile = file("$project.buildDir/${variant.name}.apk")
|
||||
}
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user