Hello everybody, I have a question on KMM. I'm eva...
# android
s
Hello everybody, I have a question on KMM. I'm evaluating porting a Java module (shared through j2objc between ios and android) to KMM and I looked at the getting started guide in an existing project. The question is: which setup do you recommend to be able to still use the legacy common module while developing the new one? In particular I will need to let the two shared module communicate in some way since I cannot port it all together. So app will use "new shared in kmm" and "old shared in java" and the two shared modules need to communicate. Hope it's clear enough and thanks for helping in advance!
c
#kotlin-multiplatform #kmm 👍