coordinates

fun coordinates(groupId: String? = null, artifactId: String? = null, version: String? = null)

Set the Maven coordinates consisting of groupId, artifactId and version for this project. In the case of Kotlin Multiplatform projects the given artifactId is used together with the platform targets resulting in artifactIds like [artifactId]-jvm.