I have a kotlin js project that builds fine using gradlew clean build. But in IntelliJ, the dependencies are not resolved, so I get for example "Unresolved reference: react"
Can anybody give a hint what might be wrong?
Tried already invalidate cache and restart, unlink / relink project, refresh gradle dependencies, delete .gradle and .idea folders
Does not happen with IntelliJ 2024. Maybe our KotlinJS project is too old and no longer compatible with new intellij versions :(