org.jetbrains.kotlin.config
Class IncrementalCompilation

java.lang.Object
  extended by org.jetbrains.kotlin.config.IncrementalCompilation

public class IncrementalCompilation
extends java.lang.Object


Constructor Summary
IncrementalCompilation()
           
 
Method Summary
static boolean isEnabled()
           
static boolean isExperimental()
           
static void setIsEnabled(boolean value)
           
static void setIsExperimental(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncrementalCompilation

public IncrementalCompilation()
Method Detail

isExperimental

public static boolean isExperimental()

isEnabled

public static boolean isEnabled()

setIsEnabled

@TestOnly
public static void setIsEnabled(boolean value)

setIsExperimental

@TestOnly
public static void setIsExperimental(boolean value)