SubpluginArtifact
open class SubpluginArtifact(val groupId: String, val artifactId: String, val version: String? = null)
Represents Maven coordinates for the Kotlin compiler plugin artifact.
Represents Maven coordinates for the Kotlin compiler plugin artifact.