kotlin multiplatform expect/actual usage
I used the KMP Library Wizard to generate a boilerplate project to support both Android and iOS. I can’t figure out why the following code is not flagged by the compiler. I don’t understand how the signature of the AppModule is different and the compiler is not complaining – note the Android “actual signature” vs the “expect signature”