Rename source set "descriptor.loader.java" -> "descriptors.jvm"
The new name is more convenient and precise because this module is no longer only about loading declarations from Java, it also contains implementation of loading Kotlin declarations from .class files, as well as type mapping abstractions, JVM ABI specifications, etc.
This commit is contained in:
@@ -54,8 +54,8 @@ val PROTO_PATHS: List<ProtoPath> = listOf(
|
||||
ProtoPath("core/deserialization/src/builtins.proto"),
|
||||
ProtoPath("js/js.serializer/src/js.proto"),
|
||||
ProtoPath("js/js.serializer/src/js-ast.proto"),
|
||||
ProtoPath("core/descriptor.loader.java/src/jvm_descriptors.proto"),
|
||||
ProtoPath("core/descriptor.loader.java/src/jvm_package_table.proto")
|
||||
ProtoPath("core/descriptors.jvm/src/jvm_descriptors.proto"),
|
||||
ProtoPath("core/descriptors.jvm/src/jvm_package_table.proto")
|
||||
)
|
||||
|
||||
private val EXT_OPTIONS_PROTO_PATH = ProtoPath("core/deserialization/src/ext_options.proto")
|
||||
|
||||
Reference in New Issue
Block a user