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?