Interface KmpApplicationTarget

All Superinterfaces:
org.gradle.api.Named
All Known Subinterfaces:
KmpApplicationJvmTarget, KmpApplicationNativeTarget, KmpApplicationNodeJsTarget

public interface KmpApplicationTarget extends org.gradle.api.Named
Represents a target platform in a KMP application.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.Named

    org.gradle.api.Named.Namer
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.experimental.common.ApplicationDependencies
     
     

    Methods inherited from interface org.gradle.api.Named

    getName
  • Method Details

    • getDependencies

      org.gradle.api.experimental.common.ApplicationDependencies getDependencies()
    • getTesting

      TestingExtension getTesting()