-
- All Implemented Interfaces:
public final class KotlinCompilerPluginData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classKotlinCompilerPluginData.InputsOutputsState
-
Field Summary
Fields Modifier and Type Field Description private final FileCollectionclasspathprivate final CompilerPluginOptionsoptionsprivate final KotlinCompilerPluginData.InputsOutputsStateinputsOutputsState
-
Constructor Summary
Constructors Constructor Description KotlinCompilerPluginData(FileCollection classpath, CompilerPluginOptions options, KotlinCompilerPluginData.InputsOutputsState inputsOutputsState)
-
Method Summary
Modifier and Type Method Description final FileCollectiongetClasspath()final CompilerPluginOptionsgetOptions()final KotlinCompilerPluginData.InputsOutputsStategetInputsOutputsState()Used only for Up-to-date checks -
-
Constructor Detail
-
KotlinCompilerPluginData
KotlinCompilerPluginData(FileCollection classpath, CompilerPluginOptions options, KotlinCompilerPluginData.InputsOutputsState inputsOutputsState)
-
-
Method Detail
-
getClasspath
@Classpath() final FileCollection getClasspath()
-
getOptions
@Internal() final CompilerPluginOptions getOptions()
-
getInputsOutputsState
final KotlinCompilerPluginData.InputsOutputsState getInputsOutputsState()
Used only for Up-to-date checks
-
-
-
-