Package org.jetbrains.kotlin.gradle.dsl
Interface KotlinNativeLibraryConfig
-
- All Implemented Interfaces:
-
org.jetbrains.kotlin.gradle.dsl.KotlinArtifactConfig,org.jetbrains.kotlin.gradle.dsl.KotlinNativeArtifactConfig
public interface KotlinNativeLibraryConfig implements KotlinNativeArtifactConfig
-
-
Method Summary
Modifier and Type Method Description abstract KonanTargetgetTarget()abstract UnitsetTarget(KonanTarget target)-
Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinNativeArtifactConfig
binaryOption, getLinkerOptions, getModes, isStatic, kotlinOptions, modes, setLinkerOptions, setModes, setStatic, toolOptions -
Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinArtifactConfig
addModule, createArtifact, getArtifactName, getModules, setModules -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-