Rewrite KotlinP so it does not use visitors from kotlinx-metadata anymore;

fix bug with missing moduleName.
This commit is contained in:
Leonid Startsev
2022-09-20 18:37:43 +02:00
committed by Space Team
parent 3d679b76bc
commit c4d409608c
16 changed files with 451 additions and 729 deletions
+2
View File
@@ -11,6 +11,8 @@ package {
// field: x:I
public final const val x: kotlin/Int /* = ... */
public final get
// module name: test-module
}
// META-INF/test-module.kotlin_module
// ------------------------------------------