Refactored code a bit
This commit is contained in:
parent
b18a9a04f4
commit
cee92e4d2d
|
@ -5,12 +5,9 @@ apply plugin: 'kotlin'
|
||||||
sourceCompatibility = "1.7"
|
sourceCompatibility = "1.7"
|
||||||
targetCompatibility = "1.7"
|
targetCompatibility = "1.7"
|
||||||
|
|
||||||
compileKotlin {
|
compileKotlin.kotlinOptions.jvmTarget = "1.6"
|
||||||
kotlinOptions.jvmTarget = "1.6"
|
|
||||||
}
|
compileTestKotlin.kotlinOptions.jvmTarget = "1.8"
|
||||||
compileTestKotlin {
|
|
||||||
kotlinOptions.jvmTarget = "1.8"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue