https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

Kris Wong

01/24/2020, 3:41 PM
man, IDEA is on the fritz in one of my MPPs. Code navigation is off. It's showing code errors in random places.
and this is after invalidating caches & restarting, and all the other cleanup things
s

Sean Keane

01/24/2020, 3:42 PM
I had the same
Delete your gradle distro. Mine was caching from memory causing all sorts of issues
l

Larten

01/24/2020, 3:43 PM
Yeah! I just start to feel like using XCode with lot of delete derived data 😄
k

Kris Wong

01/24/2020, 3:43 PM
I just updated to 6.1... maybe that's the source?
s

Sean Keane

01/24/2020, 3:44 PM
delete it from your system and allow Gradlew to pull it again
k

Kris Wong

01/24/2020, 3:46 PM
so I stopped the gradle daemons, did a clean in my project, and then reimported. seems to have cleaned things up
good call on Gradle being the problem
🤔 1
s

Sean Keane

01/24/2020, 3:59 PM
Sweet. Happy for you.
2 Views