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 38f47d9 commit f9fa771Copy full SHA for f9fa771
build.gradle.kts
@@ -1,6 +1,7 @@
1
import org.gradle.api.attributes.LibraryElements.LIBRARY_ELEMENTS_ATTRIBUTE
2
import org.gradle.api.attributes.java.TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE
3
import org.gradle.internal.os.OperatingSystem.*
4
+import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
5
import java.net.URL
6
7
plugins {
@@ -74,7 +75,7 @@ tasks {
74
75
}
76
77
- withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().all {
78
+ withType<KotlinCompile>().all {
79
kotlinOptions {
80
jvmTarget = "11"
81
freeCompilerArgs += listOf("-Xinline-classes", "-Xopt-in=kotlin.RequiresOptIn")
0 commit comments