https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
z

zalewski.se

06/09/2020, 6:35 AM
I’m having an KMP project with many kmp modules inside, I’m facing weird behavior when I edit something in module
A
, the changes aren’t reflected directly in another module
B
that consumes it. Also when I try to navigate from
B
to
A
it takes me to the
.jar
file of this module. Has anyone had similar problems?
3
m

mbonnin

06/09/2020, 8:55 AM
Yup, I've been seeing this many times although recently it became better. I think it was due to some module having Android targets and not the other ones
Ah, I remember now! I had my main Android app module not using the
org.jetbrains.kotlin.multiplatform
plugin. I think this was the main issue.
👀 3
z

zalewski.se

06/09/2020, 9:00 AM
I think all of my modules have same targets, there is just one module
bridge
which is just to expose other kmp modules for ios project.
Hmm I will try with applying this plugin to Android app module although it will break the compose probably 💦
l

Liliia

06/10/2020, 11:08 AM
How do you declare the dependency between the modules? Could you please submit a YT issue?
z

zalewski.se

06/14/2020, 4:05 AM
@Liliia Created 🙂 Let me know if you need any more details! https://youtrack.jetbrains.com/issue/KT-39571
🙏🏻 1