We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc349a0 commit eea2be9Copy full SHA for eea2be9
mockito-kotlin/build.gradle
@@ -53,6 +53,7 @@ dokkaHtml.configure {
53
tasks.withType(KotlinCompile).configureEach {
54
compilerOptions {
55
jvmTarget.set(JvmTarget.JVM_11)
56
+ targetCompatibility = "11"
57
}
58
59
tests/build.gradle
@@ -37,5 +37,6 @@ dependencies {
37
38
39
40
41
42
0 commit comments