I’m splitting out a KMP project into multiple feat...
# multiplatform
p
I’m splitting out a KMP project into multiple feature/layer modules and perhaps I don’t have my Gradle dependencies setup correctly, but dependencies seem pretty slow to update. For example, in the graph
A
->
B
->
C
Changing an interface in
C
isn’t reflected in
A
or
B
as in a JVM project. Some combination of reimporting, invalidating, etc will get it working again, but I haven’t narrowed down the correct workflow. Has someone experienced and/or solved this?
👀 2
z
I think it’s the same problem I mentioned above: https://kotlinlang.slack.com/archives/C3PQML5NU/p1591684532370800
l
It sounds like some introduced bug. Could you please submit a YT issue?
👍🏼 1