Support .kotlin_module files in kotlinx-metadata
#KT-23198
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user