Add test on nonMPP -> MPP dependency

This commit is contained in:
Dmitry Savvinov
2019-07-30 12:33:13 +03:00
parent 79313037d1
commit ddb685a8f9
5 changed files with 38 additions and 0 deletions
@@ -0,0 +1,11 @@
package test
fun main() {
val e = Expect()
e.platformFun()
e.commonFun()
topLevelPlatformFun()
topLevelCommonFun()
}