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:
@@ -3,6 +3,7 @@ manifest.impl.vendor=JetBrains
|
||||
manifest.impl.attribute.kotlin.version=Kotlin-Version
|
||||
manifest.impl.value.kotlin.version=1.1
|
||||
manifest.impl.attribute.kotlin.runtime.component=Kotlin-Runtime-Component
|
||||
# suppress inspection "UnusedProperty" (Used reflectively in JvmRuntimeVersionsConsistencyChecker)
|
||||
manifest.impl.value.kotlin.runtime.component.core=Core
|
||||
manifest.impl.value.kotlin.runtime.component.main=Main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user