Interface KotlinJvmOptions

  • All Implemented Interfaces:
    org.jetbrains.kotlin.gradle.dsl.KotlinCommonOptions , org.jetbrains.kotlin.gradle.dsl.KotlinCommonToolOptions

    
    public interface KotlinJvmOptions
     implements KotlinCommonOptions
                        

    Compiler options for Kotlin/JVM.

    • 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
      Boolean getJavaParameters()
      Unit setJavaParameters(Boolean javaParameters)
      String getJvmTarget()
      Unit setJvmTarget(String jvmTarget)
      String getModuleName()
      Unit setModuleName(String moduleName)
      Boolean getNoJdk()
      Unit setNoJdk(Boolean noJdk)
      • Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinCommonOptions

        getApiVersion, getLanguageVersion, getUseK2, setApiVersion, setLanguageVersion, setUseK2
      • Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinCommonToolOptions

        getAllWarningsAsErrors, getFreeCompilerArgs, getSuppressWarnings, getVerbose, setAllWarningsAsErrors, setFreeCompilerArgs, setSuppressWarnings, setVerbose
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait