Hello! I am not sure if this is right channel, but...
# intellij
r
Hello! I am not sure if this is right channel, but I think my issue is related to IDE and plugin. I updated Kotlin to newest version 2.0 and I tried to implement some example with new smart cast. It does compile and run, so upgrade to 2.0 worked, but my IDE still marks function signal as unknown. I did download newest IDE from website, my current version is 2024.1.4. Plugin is 1.9.20, but I cannot find update for Kotlin plugin anywhere. Any ideas what should I do?
s
K2 IDE plugin is still in Alpha for IntelliJ 2024.1 and it needs to be manually enabled. It can be done in settings as shown on screenshot
r
Ah thanks. It works, but breaks multiplatform and build.gradle.kts to I'll pass for now 😉