Skip to content

Commit

Permalink
Set Kotlin minimum version to 1.3 for Coroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Feb 18, 2019
1 parent c95ffe3 commit 04bb114
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ configure(allprojects) { project ->
kotlinOptions {
jvmTarget = "1.8"
freeCompilerArgs = ["-Xjsr305=strict"]
apiVersion = "1.2"
languageVersion = "1.2"
}
}

Expand Down Expand Up @@ -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}")
Expand Down

0 comments on commit 04bb114

Please sign in to comment.