[Gradle] Remove kpm native variant codegen
KT-61463
This commit is contained in:
committed by
Space Team
parent
c889c2f217
commit
6d38a314cc
@@ -34,14 +34,6 @@ val generateAbstractKotlinArtifactsExtensionImplementation by generator(
|
||||
setOutputSourceRoot()
|
||||
}
|
||||
|
||||
val generateKpmNativeVariants by generator(
|
||||
"org.jetbrains.kotlin.generators.gradle.dsl.KpmNativeVariantCodegenKt",
|
||||
sourceSets["main"]
|
||||
) {
|
||||
group = generateGroupName
|
||||
setOutputSourceRoot()
|
||||
}
|
||||
|
||||
fun JavaExec.setOutputSourceRoot() {
|
||||
systemProperty(
|
||||
"org.jetbrains.kotlin.generators.gradle.dsl.outputSourceRoot",
|
||||
|
||||
Reference in New Issue
Block a user