Add KotlinArtifactsExtensionImpl code generator.
This commit is contained in:
committed by
Space
parent
3085f6bacf
commit
e974d16e7a
@@ -24,6 +24,17 @@ val generateAbstractBinaryContainer by generator(
|
||||
group = generateGroupName
|
||||
}
|
||||
|
||||
val generateAbstractKotlinArtifactsExtensionImplementation by generator(
|
||||
"org.jetbrains.kotlin.generators.gradle.dsl.KotlinArtifactsDSLCodegenKt",
|
||||
sourceSets["main"]
|
||||
) {
|
||||
group = generateGroupName
|
||||
systemProperty(
|
||||
"org.jetbrains.kotlin.generators.gradle.dsl.outputSourceRoot",
|
||||
project(":kotlin-gradle-plugin").projectDir.resolve("src/common/kotlin").absolutePath
|
||||
)
|
||||
}
|
||||
|
||||
val generateKpmNativeVariants by generator(
|
||||
"org.jetbrains.kotlin.generators.gradle.dsl.KpmNativeVariantCodegenKt",
|
||||
sourceSets["main"]
|
||||
|
||||
Reference in New Issue
Block a user