Build kotlin-reflect.jar in build.xml and for Maven
Reflection will be distributed in a separate jar and not in kotlin-runtime.jar for two primary reasons: - Reflection implementation at the moment takes almost 2Mb - Separate libraries for separate features is a technique encouraged by Maven, and it's inconvenient to make it different in the compiler distribution
This commit is contained in:
@@ -7,9 +7,8 @@ manifest.impl.title.kotlin.compiler.sources=Kotlin Compiler Sources
|
||||
manifest.impl.title.kotlin.compiler.ant.task=Kotlin Compiler Ant Tasks
|
||||
|
||||
manifest.impl.title.kotlin.jvm.runtime=Kotlin Runtime
|
||||
manifest.impl.title.kotlin.jvm.runtime.minimal=Kotlin Runtime Minimal
|
||||
manifest.impl.title.kotlin.jvm.reflect=Kotlin Reflect
|
||||
manifest.impl.title.kotlin.jvm.runtime.sources=Kotlin Runtime Sources
|
||||
manifest.impl.title.kotlin.jvm.runtime.minimal.sources=Kotlin Runtime Minimal Sources
|
||||
|
||||
manifest.impl.title.kotlin.javascript.stdlib=Kotlin JavaScript StdLib
|
||||
manifest.spec.title.kotlin.javascript.lib=Kotlin JavaScript Lib
|
||||
|
||||
Reference in New Issue
Block a user