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 f07060d commit 93e514dCopy full SHA for 93e514d
buildSrc/build.gradle.kts
@@ -2,6 +2,10 @@ plugins {
2
`kotlin-dsl`
3
}
4
5
+java {
6
+ toolchain.languageVersion = JavaLanguageVersion.of(17)
7
+}
8
+
9
repositories {
10
mavenCentral()
11
0 commit comments