Interface HasConfigurableKotlinCompilerOptions

    • 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
      Unit compilerOptions(Function1<CO, Unit> configure) Configures the compilerOptions with the provided configuration.
      Unit compilerOptions(Action<CO> configure) Configures the compilerOptions with the provided configuration.
      abstract CO getCompilerOptions() Represents the compiler options used by a Kotlin compilation process.
      • Methods inherited from class java.lang.Object

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