gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.tooling.model.cpp
/
MacroDirective
Macro
Directive
interface
MacroDirective
Represent a macro directive.
Members
Functions
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
Returns the name of the macro.
get
Value
Link copied to clipboard
@
Nullable
abstract
fun
getValue
(
)
:
String
Returns the value of the macro, if any.