-
- All Implemented Interfaces:
-
org.gradle.api.Named
,org.gradle.api.plugins.ExtensionAware
,org.jetbrains.kotlin.gradle.dsl.KotlinArtifact
,org.jetbrains.kotlin.gradle.dsl.KotlinNativeArtifact
public interface KotlinNativeLibrary implements KotlinNativeArtifact
-
-
Method Summary
Modifier and Type Method Description abstract KonanTarget
getTarget()
-
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 org.jetbrains.kotlin.gradle.dsl.KotlinNativeArtifact
getBinaryOptions, getKotlinOptionsFn, getLinkerOptions, getModes, getToolOptionsConfigure, isStatic
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTarget
abstract KonanTarget getTarget()
-
-
-
-