Interface KotlinJsDceOptions

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

    
    public interface KotlinJsDceOptions
     implements KotlinCommonToolOptions
                        

    Options for the Kotlin JavaScript dead code elimination tool.

    • 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 getDevMode()
      Unit setDevMode(Boolean devMode)
      String getOutputDirectory()
      Unit setOutputDirectory(@Deprecated(message = "Use task 'destinationDirectory' to configure output directory", level = DeprecationLevel.WARNINGString outputDirectory)
      • 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