Platform

sealed class Platform

Represents a platform that the plugin supports to publish. For example JavaLibrary, AndroidMultiVariantLibrary or KotlinMultiplatform. When a platform is configured through MavenPublishBaseExtension.configure the plugin will automatically set up the artifacts that should get published, including javadoc and sources jars depending on the option.

Inheritors

Properties

Link copied to clipboard
abstract val javadocJar: JavadocJar
Link copied to clipboard
abstract val sourcesJar: Boolean