api / org.gradle.language.base.compile / CompilerVersion

CompilerVersion

@Incubating @NonNullApi interface CompilerVersion

Version of a compiler.

Since
4.4

Functions

getType

abstract fun getType(): String

Returns the type of the compiler.

getVendor

abstract fun getVendor(): String

Returns the vendor of the compiler.

getVersion

abstract fun getVersion(): String

Returns the version of the compiler.