Interface KmpApplicationJvmTarget

All Superinterfaces:
KmpApplicationTarget, org.gradle.api.Named

public interface KmpApplicationJvmTarget extends KmpApplicationTarget
  • 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.provider.Property<Integer>
     
    org.gradle.api.provider.Property<String>
     

    Methods inherited from interface org.gradle.api.experimental.kmp.KmpApplicationTarget

    dependencies, getDependencies

    Methods inherited from interface org.gradle.api.Named

    getName
  • Method Details

    • getJdkVersion

      org.gradle.api.provider.Property<Integer> getJdkVersion()
    • getMainClass

      org.gradle.api.provider.Property<String> getMainClass()