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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user