https://kotlinlang.org logo
e

edenman

04/08/2020, 9:51 PM
I’ve got a kotlin multiplatform module and AS is having trouble resolving a bunch of the symbols
it builds just fine, fwiw
used to resolve everything just fine but at some point in the last 24h it started doing this
d

Dominaezzz

04/08/2020, 10:16 PM
Hmm, invalidate caches and restart?
I tend to comment and uncomment the
id("....")
lines to trigger the IDE refresh.
e

edenman

04/08/2020, 10:24 PM
invalidate+restart did not work 😞
r

russhwolf

04/09/2020, 2:15 AM
What version of the Kotlin IDE plugin do you have installed? If it doesn’t match the version in gradle you can have issues. This might come up if you’ve been trying 1.4-M1
l

louiscad

04/09/2020, 6:05 AM
I usually mess up the file, hit cmd/ctrl + S, cancel the file less up, save all again, and wait a few seconds until it fixes by itself.
e

edenman

04/09/2020, 7:08 PM
1.3.61 AS plugin, 1.3.61 dependencies
AS 4.1 canary 4
r

russhwolf

04/09/2020, 7:09 PM
Then you probably want 1.3.61 serialization
e

edenman

04/09/2020, 7:14 PM
yeah, tried that too, same issue
r

russhwolf

04/09/2020, 7:14 PM
Haven't checked the 4.1 canary yet but you might want to check a stable IDE version
👍 1
2 Views