Change runtime component from "Core" to "Main"

This is needed to allow the old compiler have the new runtime libraries in the
classpath. See the previous commit for a more elaborate explanation
This commit is contained in:
Alexander Udalov
2017-01-20 20:42:01 +03:00
parent 139d37cfd0
commit fc637eb420
8 changed files with 10 additions and 9 deletions
@@ -17,7 +17,7 @@ val LIBRARIES = listOf(
const val KOTLIN_VERSION = "Kotlin-Version"
const val KOTLIN_RUNTIME_COMPONENT = "Kotlin-Runtime-Component"
const val KOTLIN_RUNTIME_COMPONENT_VALUE = "Core"
const val KOTLIN_RUNTIME_COMPONENT_VALUE = "Main"
val KOTLIN_VERSION_VALUE = with(KotlinVersion.CURRENT) { "$major.$minor" }
fun main(args: Array<String>) {