Add test on nonMPP -> MPP dependency
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
fun main() {
|
||||
val e = Expect()
|
||||
|
||||
e.platformFun()
|
||||
e.commonFun()
|
||||
|
||||
topLevelPlatformFun()
|
||||
topLevelCommonFun()
|
||||
}
|
||||
Reference in New Issue
Block a user