[kotlinp] Minor. Remove unnecessary -opt-in=kotlin.RequiresOptIn
This opt-in is no more required in :tools:kotlinp ^KT-62340
This commit is contained in:
committed by
Space Team
parent
e876a42e3d
commit
d769328311
@@ -1,5 +1,4 @@
|
|||||||
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|
||||||
|
|
||||||
description = "kotlinp"
|
description = "kotlinp"
|
||||||
|
|
||||||
@@ -62,9 +61,3 @@ tasks {
|
|||||||
dependsOn(rootProject.tasks.named("dist"))
|
dependsOn(rootProject.tasks.named("dist"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<KotlinCompile> {
|
|
||||||
kotlinOptions {
|
|
||||||
freeCompilerArgs += listOf("-opt-in=kotlin.RequiresOptIn")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user