Search code examples
kotlinintellij-ideajvmintellij-plugin

Recently I did an update on Kotlin version in intelliji and then don't no why I'm getting this error. Can anyone help me out


I wild guess there's something to do with the syntax compatible with the latest kotlin version 1.4.30

How can I change my settings?

compile errors


Solution

  • Your code is invalid - there is no rgb property in the Color class. That looks like intellij cached something and doens't want to give it up.

    Please execute Main Meme | File | Invalidate Caches / Restart | Invalidate and Restart, it force the IDE to drop all system caches.