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