-
- All Implemented Interfaces:
public final class CompilerPluginOptions extends CompilerPluginConfig
-
-
Constructor Summary
Constructors Constructor Description CompilerPluginOptions(CompilerPluginConfig options)CompilerPluginOptions()
-
Method Summary
Modifier and Type Method Description final List<String>getArguments()final UnitaddPluginArgument(CompilerPluginOptions options)final CompilerPluginOptionsplus(CompilerPluginConfig options)-
-
Method Detail
-
getArguments
@Internal() final List<String> getArguments()
-
addPluginArgument
final Unit addPluginArgument(CompilerPluginOptions options)
-
plus
final CompilerPluginOptions plus(CompilerPluginConfig options)
-
-
-
-