-
- 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 KotlinNativeFatFramework implements KotlinNativeArtifact
-
-
Method Summary
Modifier and Type Method Description abstract Set<KonanTarget>
getTargets()
abstract BitcodeEmbeddingMode
getEmbedBitcode()
-
Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinArtifact
getArtifactName, getModules, 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
-
getTargets
abstract Set<KonanTarget> getTargets()
-
getEmbedBitcode
abstract BitcodeEmbeddingMode getEmbedBitcode()
-
-
-
-