IntelliJ says “Kotlin not configured”, but it is. ...
# intellij
r
IntelliJ says “Kotlin not configured”, but it is. What do?
c
I’ve seen this happen before when there are errors in my Gradle scripts. Fixing the build.gradle files and re-importing usually fixes it for me. You’ll probably have to run Gradle on the command line to actually see what those errors are, though
r
The project had no problem, it built with Gradle. I had to uninstall IntelliJ, clear the folder in MacOS’s Caches folder, and fully clear the project (
rm **/.gradle **/build .idea
)
262 Views