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,7 @@
package test
expect class Expect {
fun commonFun(): String
}
fun topLevelCommonFun(): Int = 42