I'm trying to run a java/kotlin project, and i'm having trouble with the kotlin side of things.
Whenever i try to run my project I get the following error:
Kotlin: Cannot access built-in declaration 'kotlin.Int'. Ensure that you have a dependency on the Kotlin standard library
I tried following the steps mentioned here IntelliJ Kotlin - How do I fix "Ensure that you have a dependency on the Kotlin standard library" in a project?
but it still doesn't work.
Anyone knows how I can possibly fix this?