org.jetbrains.kotlin.config
Class KotlinCompilerVersion

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

public class KotlinCompilerVersion
extends java.lang.Object


Field Summary
static boolean IS_PRE_RELEASE
           
static java.lang.String VERSION
           
 
Constructor Summary
KotlinCompilerVersion()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

IS_PRE_RELEASE

public static final boolean IS_PRE_RELEASE
See Also:
Constant Field Values
Constructor Detail

KotlinCompilerVersion

public KotlinCompilerVersion()