Skip to content

Commit f9fa771

Browse files
committed
gradle minor
1 parent 38f47d9 commit f9fa771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import org.gradle.api.attributes.LibraryElements.LIBRARY_ELEMENTS_ATTRIBUTE
22
import org.gradle.api.attributes.java.TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE
33
import org.gradle.internal.os.OperatingSystem.*
4+
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
45
import java.net.URL
56

67
plugins {
@@ -74,7 +75,7 @@ tasks {
7475
}
7576
}
7677

77-
withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().all {
78+
withType<KotlinCompile>().all {
7879
kotlinOptions {
7980
jvmTarget = "11"
8081
freeCompilerArgs += listOf("-Xinline-classes", "-Xopt-in=kotlin.RequiresOptIn")

0 commit comments

Comments
 (0)