Support .kotlin_module files in kotlinx-metadata

#KT-23198
This commit is contained in:
Alexander Udalov
2018-03-14 17:02:34 +01:00
parent a751d02306
commit bef759161f
10 changed files with 245 additions and 5 deletions
+7
View File
@@ -12,3 +12,10 @@ package {
public final const val x: kotlin/Int /* = ... */
public final get
}
// META-INF/test-module.kotlin_module
// ------------------------------------------
module {
package test {
test/File__MultiFileClassKt (test/File)
}
}