IDEA all of a sudden seems to be really confused a...
# announcements
k
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
Look at what java version you target.
k
1.8
h
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
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
well, i don't know what in the world happened, but I can't seem to find what's broken
got it! I needed to force a reimport from Gradle!
👍 1