Add test on nonMPP -> MPP dependency
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
actual class Expect {
|
||||
actual fun commonFun(): String = ""
|
||||
|
||||
fun platformFun(): Int = 42
|
||||
}
|
||||
|
||||
fun topLevelPlatformFun(): String = ""
|
||||
Reference in New Issue
Block a user