IntelliJ highlighs dependencies in red when using ...
# multiplatform
a
IntelliJ highlighs dependencies in red when using
kotlin("js")
. But the code compiles just fine. However when using
kotlin("multiplatform")
the dependencies are resolved well for all targets including
js
. I don't want to add the
kotlin("multiplatform")
plugin as this is a JS only library, any current work arroud?
l
That sounds like a bug. Can you report it on kotl.in/issue and give us the link of your issue here?