What’s best way to implement multi-language in KMM...
# multiplatform
h
What’s best way to implement multi-language in KMM? • split according to specific platforms • combine a common definition file(.kt, .xml,…)
c
play.kotlinlang.org has some pretty good examples. https://blog.jetbrains.com/kotlin/2020/08/kotlin-multiplatform-mobile-goes-alpha/#:~:text=Kotlin%20Multiplatform%20Mobile%20(KMM)%20is,both%20iOS%20and%20Android%20applications.&text=It%20includes%20the%20new%20KMM,code%20in%20the%20same%20IDE. has a section about collaborators and you can bet you will fin some good KMM content trough them https://github.com/joreilly this guy will definitely have something for you, I often yous his repos as reference
👍 1
What I’m doing for now is sharing networking code. My next features are going to be sharing, or I will try to, Interactors 🙂
h
I just started a week KMM Can you specify more clearly, an repos?