Package 

Class KotlinNativeTargetWithHostTests

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTargetWithTests

        getTestRuns
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget

        getArtifactsTaskName, getBinaries, getDEBUG, getDYNAMIC, getEXECUTABLE, getFRAMEWORK, getKonanTarget, getPublishable, getRELEASE, getSTATIC
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.KotlinOnlyTarget

        getCompilations, getDisambiguationClassifier, getPlatformType, getTargetName
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.AbstractKotlinTarget

        getApiElementsConfigurationName, getAttributes, getComponents, getDefaultConfigurationName, getOverrideDisambiguationClassifierOnIdeImport, getPreset, getProject, getRuntimeElementsConfigurationName, getUseDisambiguationClassifierAsSourceSetNamePrefix, mavenPublication, toString
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.KotlinTargetWithBinaries

        binaries, binaries
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinTarget

        attributes, attributes, getName, mavenPublication
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KotlinNativeTargetWithHostTests

        KotlinNativeTargetWithHostTests(Project project, KonanTarget konanTarget)
    • Method Detail