-5

I got an error while compiling the kotlin program in IDEA, as shown below:

Error: Kotlin: Kotlin home does not exist or is not a directory: D:\JavaProgram\JetBrains\kotlin.

What's the reason?

MedMekss
  • 349
  • 2
  • 15

1 Answers1

0

Try doing this.

killall java
./gradlew clean assemble

Also check this link

ASN
  • 1,655
  • 4
  • 24
  • 52