dokka
dokka copied to clipboard
[K2] KMP: Unresolved declarations from another module in Android + JVM project
- Create a project with 2 KMP module (android + jvm + any other target)
- In Module1 declare a type e.g.
object Firebase
- In Module2 declare two functions: one in the Android source set, another in the JVM source set that uses
Firebase
object. Two of them because I assume that the selected target may change
With K1 the extension page will have all platforms
K2: