Rename JvmPackageTable -> JvmModuleProtoBuf, PackageTable -> Module
This protobuf message is going to contain more information about the module than just the table of package parts
This commit is contained in:
@@ -55,7 +55,7 @@ val PROTO_PATHS: List<ProtoPath> = listOf(
|
||||
ProtoPath("js/js.serializer/src/js.proto"),
|
||||
ProtoPath("js/js.serializer/src/js-ast.proto"),
|
||||
ProtoPath("core/descriptors.jvm/src/jvm_descriptors.proto"),
|
||||
ProtoPath("core/descriptors.jvm/src/jvm_package_table.proto"),
|
||||
ProtoPath("core/descriptors.jvm/src/jvm_module.proto"),
|
||||
ProtoPath("build-common/src/java_descriptors.proto")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user