I have a Gradle-based JavaScript project I started...
# javascript
a
I have a Gradle-based JavaScript project I started in IntelliJ. It “works” in the sense that I can type
./gradle build
and it builds but in IntelliJ itself, when I’m in the Kotlin file, it says, in a greenish bar, “Kotlin not configured” and I can’t figure out what isn’t configured.
s
I used to get that issue a lot when I haven't imported the kotlin stdlib as a dependency in some format.