Set Kotlin minimum version to 1.3 for Coroutines

See gh-20945
This commit is contained in:
Sebastien Deleuze 2019-02-17 20:08:43 +01:00
parent c95ffe3db2
commit 04bb114f05
1 changed files with 1 additions and 3 deletions

View File

@ -117,8 +117,6 @@ configure(allprojects) { project ->
kotlinOptions {
jvmTarget = "1.8"
freeCompilerArgs = ["-Xjsr305=strict"]
apiVersion = "1.2"
languageVersion = "1.2"
}
}
@ -160,7 +158,7 @@ configure(allprojects) { project ->
testCompile("org.mockito:mockito-core:2.24.0") {
exclude group: "org.hamcrest", module: "hamcrest-core"
}
testCompile("io.mockk:mockk:1.9")
testCompile("io.mockk:mockk:1.9.1")
testCompile("org.hamcrest:hamcrest-all:1.3")
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}")
testRuntime("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}")