Skip to content

Commit 04bb114

Browse files
committed
Set Kotlin minimum version to 1.3 for Coroutines
See gh-20945
1 parent c95ffe3 commit 04bb114

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ configure(allprojects) { project ->
117117
kotlinOptions {
118118
jvmTarget = "1.8"
119119
freeCompilerArgs = ["-Xjsr305=strict"]
120-
apiVersion = "1.2"
121-
languageVersion = "1.2"
122120
}
123121
}
124122

@@ -160,7 +158,7 @@ configure(allprojects) { project ->
160158
testCompile("org.mockito:mockito-core:2.24.0") {
161159
exclude group: "org.hamcrest", module: "hamcrest-core"
162160
}
163-
testCompile("io.mockk:mockk:1.9")
161+
testCompile("io.mockk:mockk:1.9.1")
164162
testCompile("org.hamcrest:hamcrest-all:1.3")
165163
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}")
166164
testRuntime("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}")

0 commit comments

Comments
 (0)