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:
@@ -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>
|
||||
|
||||
@@ -85,7 +85,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>
|
||||
|
||||
@@ -86,7 +86,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>
|
||||
|
||||
@@ -76,7 +76,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>
|
||||
|
||||
+1
-1
@@ -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>) {
|
||||
|
||||
@@ -114,7 +114,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>
|
||||
|
||||
Reference in New Issue
Block a user