Package-level declarations

Types

Link copied to clipboard
open class CompositeComponent @Inject constructor(softwareComponentFactory: SoftwareComponentFactory, parent: KotlinSoftwareComponentWithCoordinatesAndPublication) : SoftwareComponentInternal, ComponentWithVariants, ComponentWithCoordinates

Workaround for https://youtrack.jetbrains.com/issue/KT-58830 to publish in common source set on Kotlin < 2.1.20

Link copied to clipboard
class RewrapPlugin : Plugin<Project>

Functions

fun KotlinTarget.addVariantsFromConfigurationsToPublication(configuration: Configuration, details: ConfigurationVariantDetails.() -> Unit)

Adds variants from configuration to KotlinTarget published component.