toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.language.base.compile
/
CompilerVersion
Compiler
Version
API
@
Incubating
@
NonNullApi
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.