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:
@@ -16,11 +16,11 @@ dependencies {
|
||||
|
||||
sourceSets {
|
||||
"main" {
|
||||
java.srcDirs("descriptor.loader.java/src",
|
||||
"descriptors/src",
|
||||
java.srcDirs("descriptors/src",
|
||||
"descriptors.jvm/src",
|
||||
"descriptors.runtime/src",
|
||||
"deserialization/src")
|
||||
resources.srcDirs("descriptor.loader.java/src", "deserialization/src").apply { include("META-INF/**") }
|
||||
resources.srcDirs("descriptors.jvm/src", "deserialization/src").apply { include("META-INF/**") }
|
||||
}
|
||||
"test" {}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: core/descriptor.loader.java/src/jvm_package_table.proto
|
||||
// source: core/descriptors.jvm/src/jvm_package_table.proto
|
||||
|
||||
package org.jetbrains.kotlin.serialization.jvm;
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: core/descriptor.loader.java/src/jvm_descriptors.proto
|
||||
// source: core/descriptors.jvm/src/jvm_descriptors.proto
|
||||
|
||||
package org.jetbrains.kotlin.serialization.jvm;
|
||||
|
||||
Reference in New Issue
Block a user