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 a22b258 commit 0293ea2Copy full SHA for 0293ea2
dd-java-agent/agent-ci-visibility/build.gradle
@@ -53,3 +53,11 @@ tasks.named("compileTestGroovy") {
53
" otherwise anonymous class has one `loadClass` accessor's signature has `java.lang.Module`"
54
)
55
}
56
+
57
+kotlin {
58
+ compilerOptions {
59
+ jvmTarget = JvmTarget.JVM_1_8
60
+ apiVersion = KotlinVersion.KOTLIN_1_6
61
+ languageVersion = KotlinVersion.KOTLIN_1_6
62
+ }
63
+}
0 commit comments