Package 

Interface KotlinJvmCompilerOptions

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Property<Boolean> getJavaParameters() Generate metadata for Java 1.
      abstract Property<JvmTarget> getJvmTarget() Target version of the generated JVM bytecode (1.8, 9, 10, ..., 19), default is 1.8 Possible values: "1.
      abstract Property<String> getModuleName() Name of the generated .
      abstract Property<Boolean> getNoJdk() Don't automatically include the Java runtime into the classpath Default value: false
      • Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinCommonCompilerOptions

        getApiVersion, getLanguageVersion, getUseK2
      • Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinCommonCompilerToolOptions

        getAllWarningsAsErrors, getFreeCompilerArgs, getSuppressWarnings, getVerbose
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getJvmTarget

        @Optional()@Input() abstract Property<JvmTarget> getJvmTarget()

        Target version of the generated JVM bytecode (1.8, 9, 10, ..., 19), default is 1.8 Possible values: "1.8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19" Default value: null

      • getNoJdk

        @Input() abstract Property<Boolean> getNoJdk()

        Don't automatically include the Java runtime into the classpath Default value: false