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
@@ -32,3 +32,10 @@ package {
// requires API version 1.1.0 (level=HIDDEN, errorCode=314)
public typealias Typealias = kotlin/String /* = kotlin/String */
}
// META-INF/test-module.kotlin_module
// ------------------------------------------
module {
package test {
test/VersionRequirementKt
}
}