I’ve got a kotlin multiplatform module and AS is h...
# multiplatform
e
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
Hmm, invalidate caches and restart?
I tend to comment and uncomment the
id("....")
lines to trigger the IDE refresh.
e
invalidate+restart did not work 😞
r
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
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
1.3.61 AS plugin, 1.3.61 dependencies
AS 4.1 canary 4
r
Then you probably want 1.3.61 serialization
e
yeah, tried that too, same issue
r
Haven't checked the 4.1 canary yet but you might want to check a stable IDE version
👍 1