KotlinPublishing

Kotlin Plugin DSL extension to configure Kotlin publishing settings.

Since

2.1.20

Properties

Link copied to clipboard
abstract val adhocSoftwareComponent: AdhocComponentWithVariants

Returns AdhocComponentWithVariants that can be used to add additional variants to root Kotlin Multiplatform Publication

Functions

Link copied to clipboard
open fun adhocSoftwareComponent(configure: AdhocComponentWithVariants.() -> Unit)

Configures the adhocSoftwareComponent with the provided configure block in Kotlin DSL context.

open fun adhocSoftwareComponent(configure: Action<AdhocComponentWithVariants>)

Configures the adhocSoftwareComponent with the provided configure block in Groovy DSL context.