I just installed intelij community after a long wh...
# intellij
k
I just installed intelij community after a long while, and I can't get kotlin to just work? 😄 I tried disabling all plugins, invalidate caches. Checked logs, no errors there. Indexing seems to finish just fine and then nothing. I did import settings from my webstorm, dunno if it has anything to do with that
r
Hi! Please provide some more context 🙏 What is your IDEA version, and how does your project look like? Where are your files located? Could you please provide a small reproducer?
k
Hey! I used the sample project that comes with Intelij, using gradle runner. Version latest from stable channel (Build #IC-251.23774.435, built on April 14, 2025)
r
Please clarify what project you are referring?
Have you created it by yourself with “New project” button?
k
Yes, sorry, that’s what I meant by sample project
r
I just created such project and it works fine Would it be possible for you to share yours?
Could you please also check in the settings that you have Kotlin plugin enabled? Maybe it got disabled somehow
k
I used different laptop and used the same steps and it works fine too, so I guess this is something on my end. Need to completely remove intelij and reinstall I guess
Yeah, it is enabled
r
Please let us know if you experience any further problems 🙏
👍 1
But if you could eventually share the project from the first machine (the one which didn’t load properly), it would be great
k
Thanks, I thought it was something I missed or my imported webstorm config broke it, but I did exactly the same thing on the other machine and it works
Sure you want zip it or something?
👌 1
a
Looks like disabled kotlin plugin or
.kt
filetype was mapped to the plain text
1
k
@Anna Kozlova ah, that was it 🙏 My webstorm config had .kt files as plain text files indeed, thank you! thanks @Roman Golyshev as well 🙏
👍 1
a
Thanks for the news 🙂