Update kotlin version to 1.2.71

This commit is contained in:
Ovi Trif 2018-10-04 21:41:49 +02:00
parent 2596913c51
commit 83c8967721

View File

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '1.2.21' ext.kotlin_version = '1.2.71'
repositories { repositories {
mavenCentral() mavenCentral()
@ -20,14 +20,17 @@ dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
} }
repositories { repositories {
mavenCentral() mavenCentral()
} }
compileKotlin { compileKotlin {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
} }
compileTestKotlin { compileTestKotlin {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"