Add descriptors.runtime to the compiler...

move it into appropriate package and ensure that it gets relocated
properly in kotlin-reflect.jar
This change is needed to use the functionality that provides descriptors
from classloaders for scripts compilation.
This commit is contained in:
Ilya Chernikov
2019-09-10 16:10:17 +02:00
parent 8dce22c335
commit 689a5cbdf5
39 changed files with 94 additions and 92 deletions
+1
View File
@@ -234,6 +234,7 @@ extra["compilerModules"] = arrayOf(
":core:metadata.jvm",
":core:descriptors",
":core:descriptors.jvm",
":core:descriptors.runtime",
":core:deserialization",
":core:util.runtime",
":core:type-system",