Kotlin Multiplatform
To be used for org.jetbrains.kotlin.multiplatform projects. Uses the default publications that gets created by that plugin, including the automatically created -sources jars. Depending on the passed parameters for javadocJar, -javadoc will be added to the publications.
Equivalent Gradle set up:
// Nothing to configure setup is automatic.Content copied to clipboard
This does not include javadoc jars because there are no APIs for that available.
Constructors
Link copied to clipboard
constructor(javadocJar: JavadocJar = JavadocJar.Empty(), sourcesJar: Boolean = true, androidVariantsToPublish: List<String>)