Package org.jetbrains.kotlin.gradle.dsl
Interface KotlinArtifactConfig
-
- All Implemented Interfaces:
public interface KotlinArtifactConfig
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetModules(Object project)abstract UnitaddModule(Object project)abstract KotlinArtifactcreateArtifact(ExtensionAware extensions)abstract StringgetArtifactName()abstract Set<Object>getModules()-
-
Method Detail
-
setModules
abstract Unit setModules(Object project)
-
createArtifact
abstract KotlinArtifact createArtifact(ExtensionAware extensions)
-
getArtifactName
abstract String getArtifactName()
-
getModules
abstract Set<Object> getModules()
-
-
-
-