if I have a kotlin class A, and it has `import som...
# getting-started
g
if I have a kotlin class A, and it has
import something.B.*
in it, and I have a java class B, when I change B externally, and hit synchronize in intelliJ, intelliJ appears to mark B for recompilation but not
A