Fix compilation of kotlin-maven-plugin

Also remove the remaining usage (in a comment) of
JvmAbi.DEFAULT_MODULE_NAME
This commit is contained in:
Alexander Udalov
2019-05-27 13:19:53 +02:00
parent ad7de948f6
commit a3d8fdf30a
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ extend TypeParameter {
}
extend Class {
// If absent, assumed to be JvmAbi.DEFAULT_MODULE_NAME
// If absent, assumed to be "main" (JvmProtoBufUtil.DEFAULT_MODULE_NAME)
optional int32 class_module_name = 101 [(string_id_in_table) = true];
repeated Property class_local_variable = 102;
@@ -3933,7 +3933,7 @@ public final class JvmProtoBuf {
* <code>extend .org.jetbrains.kotlin.metadata.Class { ... }</code>
*
* <pre>
* If absent, assumed to be JvmAbi.DEFAULT_MODULE_NAME
* If absent, assumed to be "main" (JvmProtoBufUtil.DEFAULT_MODULE_NAME)
* </pre>
*/
public static final