SubpluginArtifact

open class SubpluginArtifact(val groupId: String, val artifactId: String, val version: String? = null)

Represents Maven coordinates for the Kotlin compiler plugin artifact.

See also

Constructors

Link copied to clipboard
constructor(groupId: String, artifactId: String, version: String? = null)

Properties

Link copied to clipboard

The Maven artifact name.

Link copied to clipboard

The Maven group ID of the artifact.

Link copied to clipboard

The optional version of the artifact. The default value is null. In this case, the version of the Kotlin Gradle plugin is used.