Hi, I have an issue with IDEA saying `Kotlin not configured` some times (usually after changing git ...
t
Hi, I have an issue with IDEA saying
Kotlin not configured
some times (usually after changing git branch). Sometime I can fix it by random things like clearing cache/reload gradle project/ remove the whole project. Any idea why IDEA can't load the gradle project correctly? We have multiplatform project witin multiproject gradle structure.
t
what is your IDEA and Kotlin plugin versions?
t
IDEA 2021.2 kotlin 1.5.21
t
Could try with newer version of Kotlin plugin?
by Kotlin plugin I mean plugin that is inside IDEA, not Gradle one
t
Isn't it bundled in IDEA?
t
yes, but you could update to the newer versions as well
t
I tried to download a newer plugin but I can't find any compatible version:
I'll try update IDEA to 2021.3
t
if it will not help, please open a new issue in bug tracker
t
It looks promising (after restart it loaded project correctly). Thanks
👍 1