hi, I'm working on a gradle project with a kotlin multiplatform subproject that outputs a npm package shared with a typescript and a kotlin subprojects. The setup works but changes to the shared kotlin project are not reflected automatically in the typescript project as they are in the other kotlin subproject. I'm wondering if there's a way to configure intellij to pick up changes automatically also within the typescript subproject. Any hint?