Interface KotlinCompilationOutput
-
- All Implemented Interfaces:
public interface KotlinCompilationOutput
-
-
Method Summary
Modifier and Type Method Description abstract ObjectgetResourcesDirProvider()abstract UnitsetResourcesDirProvider(Object resourcesDirProvider)abstract FilegetResourcesDir()abstract ConfigurableFileCollectiongetClassesDirs()abstract FileCollectiongetAllOutputs()-
-
Method Detail
-
getResourcesDirProvider
abstract Object getResourcesDirProvider()
-
setResourcesDirProvider
abstract Unit setResourcesDirProvider(Object resourcesDirProvider)
-
getResourcesDir
abstract File getResourcesDir()
-
getClassesDirs
abstract ConfigurableFileCollection getClassesDirs()
-
getAllOutputs
abstract FileCollection getAllOutputs()
-
-
-
-