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
    default void
    dependencies(org.gradle.api.Action<? super org.gradle.api.experimental.common.ApplicationDependencies> action)
     
    org.gradle.api.experimental.common.ApplicationDependencies
     
     
    default void
    testing(org.gradle.api.Action<? super TestingExtension> action)
     

    Methods inherited from interface org.gradle.api.Named

    getName
  • Method Details

    • getDependencies

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

      default void dependencies(org.gradle.api.Action<? super org.gradle.api.experimental.common.ApplicationDependencies> action)
    • getTesting

      TestingExtension getTesting()
    • testing

      default void testing(org.gradle.api.Action<? super TestingExtension> action)