IDEA all of a sudden seems to be really confused about my Kotlin/JVM project. it won't build or run it anymore. when I try it just does nothing.
this had been working just fine previously
h
Hampus Londögård
12/12/2019, 8:17 PM
Look at what java version you target.
k
Kris Wong
12/12/2019, 8:18 PM
1.8
h
Hampus Londögård
12/12/2019, 8:18 PM
Ok, not sure then. Had that issue once when I opened a new project, intellij swapped target and it messed everything up.
Or rather I think it was the project SDK that got out of sync.
j
Jukka Siivonen
12/12/2019, 8:34 PM
Happened something similar recently, could not run tests etc. I ended up re-importing project. It feels that every IDEA update breaks something basic these days.
k
Kris Wong
12/12/2019, 8:44 PM
well, i don't know what in the world happened, but I can't seem to find what's broken