:wave: Hello, team! Hello, I'm developing KMP libr...
# multiplatform
a
👋 Hello, team! Hello, I'm developing KMP library to use it on different platform. One of them is Vue.JS website with typescript language. When I build lib with this (generateTypeScriptDefinitions) feature in gradle It doesn't add import to modules in the *.d.ts files. When I use kotlin.js.ir.output.granularity=per-file It doesn't add imports between files and foreign modules. When I use kotlin.js.ir.output.granularity=per-module It doesn't add imports between lib's modules and foreign modules. In the *.mjs files everything fine. What am I doing wrong? Is it even possible? If no how can I neglect this issue and let Idea works without these imports? Thanks for your help.