-
- All Implemented Interfaces:
public final class KotlinJvmCompilerArgumentsProvider extends KotlinCompileArgumentsProvider<KotlinCompile>
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmoduleNameprivate final FileCollectionfriendPathsprivate final Iterable<File>compileClasspathprivate final FiledestinationDirprivate final Loggerloggerprivate final BooleanisMultiplatformprivate final FileCollectionpluginClasspathprivate final CompilerPluginOptionspluginOptions
-
Constructor Summary
Constructors Constructor Description KotlinJvmCompilerArgumentsProvider(KotlinCompile taskProvider)
-
Method Summary
Modifier and Type Method Description final StringgetModuleName()final FileCollectiongetFriendPaths()final Iterable<File>getCompileClasspath()final FilegetDestinationDir()final LoggergetLogger()final BooleangetIsMultiplatform()final FileCollectiongetPluginClasspath()final CompilerPluginOptionsgetPluginOptions()-
-
Constructor Detail
-
KotlinJvmCompilerArgumentsProvider
KotlinJvmCompilerArgumentsProvider(KotlinCompile taskProvider)
-
-
Method Detail
-
getModuleName
final String getModuleName()
-
getFriendPaths
final FileCollection getFriendPaths()
-
getCompileClasspath
final Iterable<File> getCompileClasspath()
-
getDestinationDir
final File getDestinationDir()
-
getLogger
final Logger getLogger()
-
getIsMultiplatform
final Boolean getIsMultiplatform()
-
getPluginClasspath
final FileCollection getPluginClasspath()
-
getPluginOptions
final CompilerPluginOptions getPluginOptions()
-
-
-
-