We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95ffe3 commit 04bb114Copy full SHA for 04bb114
build.gradle
@@ -117,8 +117,6 @@ configure(allprojects) { project ->
117
kotlinOptions {
118
jvmTarget = "1.8"
119
freeCompilerArgs = ["-Xjsr305=strict"]
120
- apiVersion = "1.2"
121
- languageVersion = "1.2"
122
}
123
124
@@ -160,7 +158,7 @@ configure(allprojects) { project ->
160
158
testCompile("org.mockito:mockito-core:2.24.0") {
161
159
exclude group: "org.hamcrest", module: "hamcrest-core"
162
163
- testCompile("io.mockk:mockk:1.9")
+ testCompile("io.mockk:mockk:1.9.1")
164
testCompile("org.hamcrest:hamcrest-all:1.3")
165
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}")
166
testRuntime("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}")
0 commit comments