We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b31125e + e66e5ab commit f5344d5Copy full SHA for f5344d5
1 file changed
chartLib/build.gradle.kts
@@ -1,4 +1,5 @@
1
import info.git.versionHelper.getVersionText
2
+import org.jetbrains.kotlin.gradle.dsl.JvmTarget
3
import java.net.URI
4
5
plugins {
@@ -24,6 +25,11 @@ android {
24
25
sourceCompatibility = JavaVersion.VERSION_17
26
targetCompatibility = JavaVersion.VERSION_17
27
}
28
+ kotlin {
29
+ compilerOptions {
30
+ jvmTarget = JvmTarget.JVM_17
31
+ }
32
33
buildTypes {
34
release {
35
isMinifyEnabled = false
0 commit comments