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
mbonnin
06/09/2020, 8:57 AM
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.
zalewski.se
06/09/2020, 9:01 AM
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?