publicationFormat

Configures which Kotlin Multiplatform publication format is used.

The default value is equal to kotlin.publicationFormat Gradle property, or KotlinPublicationFormat.LEGACY_MULTIPLE_PUBLICATIONS when that property was not specified.

Don't have any effect in jvm-only projects.

Since

2.5.0