What do you do when IDEA gives you the “Kotlin not...
# intellij
r
What do you do when IDEA gives you the “Kotlin not configured”? Invalidating caches & restart + Gradle cache/daemon cleanup doesn’t work this time
1
c
you could look into idea.log and check if theres an exception that you could report on youtrack
also manually remove the idea cache directory
r
Well I cleared everything again (forgot to mention but I clear .idea and build folders too every time) and this time a different module has the problem but the one I want to work on doesn’t. Oh well, that’ll work. Only error I see is from the Android plugin which I obviously can’t disable. Has some errors while configuring the workspace. But both modules I talked about here aren’t Android modules. 🙃