I lost auto imports for `platform.*` in IntelliJ I...
# kotlin-native
r
I lost auto imports for
platform.*
in IntelliJ IDEA a few days ago and I didn’t manage to get them back the usual way, by cleaning everything (
.gradle
,
.idea
,
build
) while IDEA is closed, calling
gradle --stop
and then starting IDEA again. Anything else you guys do when IDEA borks?
k
run gradle sync
r
I usually spam the reimport button in the Gradle subview, is there a different gradle sync?
k
nope
r
Ok I hit Invalidate Cache & Restart and after days of indexing it works again!
l
days of indexing? How many exactly? 😁