Interface KmpLibraryTarget

All Superinterfaces:
org.gradle.api.Named
All Known Subinterfaces:
KmpLibraryJvmTarget, KmpLibraryNativeTarget, KmpLibraryNodeJsTarget

public interface KmpLibraryTarget extends org.gradle.api.Named
  • 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.LibraryDependencies
     
     

    Methods inherited from interface org.gradle.api.Named

    getName
  • Method Details

    • getDependencies

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

      TestingExtension getTesting()