so I have a compose desktop kotlin jvm, and I had ...
# compose-desktop
a
so I have a compose desktop kotlin jvm, and I had a shared kmp(i18n) module containing my compose component resources(for strings) while my other kmp module can just click and navigate just fine from the Res.strings.<key> to the commonMain of compose component resources in i18n module, my jvm module can't and I just end up navigating to the generated file in the build directory of i18n module on click of Res.strings.<key>