Interface KotlinNativeFramework

  • 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 KotlinNativeFramework
     implements KotlinNativeArtifact
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract KonanTarget getTarget()
      abstract BitcodeEmbeddingMode getEmbedBitcode()
      • 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