Package org.jetbrains.kotlin.gradle.dsl
Interface KotlinNativeArtifact
-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.gradle.api.plugins.ExtensionAware,org.jetbrains.kotlin.gradle.dsl.KotlinArtifact
public interface KotlinNativeArtifact implements KotlinArtifact
-
-
Method Summary
Modifier and Type Method Description abstract Set<NativeBuildType>getModes()abstract BooleanisStatic()abstract List<String>getLinkerOptions()abstract Function1<KotlinCommonToolOptions, Unit>getKotlinOptionsFn()abstract Function1<KotlinCommonCompilerToolOptions, Unit>getToolOptionsConfigure()abstract Map<String, String>getBinaryOptions()-
Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinArtifact
getArtifactName, getModules, getOutDir, getTaskName, registerAssembleTask -
Methods inherited from class org.gradle.api.Named
getName -
Methods inherited from class org.gradle.api.plugins.ExtensionAware
getExtensions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getModes
abstract Set<NativeBuildType> getModes()
-
getLinkerOptions
abstract List<String> getLinkerOptions()
-
getKotlinOptionsFn
abstract Function1<KotlinCommonToolOptions, Unit> getKotlinOptionsFn()
-
getToolOptionsConfigure
abstract Function1<KotlinCommonCompilerToolOptions, Unit> getToolOptionsConfigure()
-
getBinaryOptions
abstract Map<String, String> getBinaryOptions()
-
-
-
-