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
+1 -1
View File
@@ -115,7 +115,7 @@
<archive>
<manifestEntries>
<Kotlin-Version>${kotlin.language.version}</Kotlin-Version>
<Kotlin-Runtime-Component>Core</Kotlin-Runtime-Component>
<Kotlin-Runtime-Component>Main</Kotlin-Runtime-Component>
</manifestEntries>
</archive>
</configuration>