gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.language.base.compile
/
CompilerVersion
Compiler
Version
API
@
Incubating
@
NullMarked
interface
CompilerVersion
(
source
)
Version of a compiler.
Since
4.4
Members
Functions
get
Type
Link copied to clipboard
API
@
Input
abstract
fun
getType
(
)
:
String
Returns the type of the compiler.
get
Vendor
Link copied to clipboard
API
@
Input
abstract
fun
getVendor
(
)
:
String
Returns the vendor of the compiler.
get
Version
Link copied to clipboard
API
@
Input
abstract
fun
getVersion
(
)
:
String
Returns the version of the compiler.