We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e40f29 commit 9ead12dCopy full SHA for 9ead12d
build.gradle.kts
@@ -105,14 +105,14 @@ allprojects {
105
java {
106
withSourcesJar()
107
108
- sourceCompatibility = JavaVersion.VERSION_21
109
- targetCompatibility = JavaVersion.VERSION_21
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
110
}
111
112
tasks {
113
compileKotlin {
114
compilerOptions {
115
- jvmTarget.set(JvmTarget.JVM_21)
+ jvmTarget.set(JvmTarget.JVM_17)
116
117
118
0 commit comments