:white_check_mark: [RESOLVED]: the build runs, bu...
# compose-desktop
t
[RESOLVED]: the build runs, but am getting these IDE errors. Anyone got an idea on how to fix this? (Project SDK = OpenJDK 16) (IDE info inside the thread)
Copy code
IntelliJ IDEA 2021.1.2 (Community Edition)
Build #IC-211.7442.40, built on June 1, 2021
Runtime version: 11.0.11+9-b1341.57 amd64
VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o.
Linux 5.8.0-55-generic
GC: G1 Young Generation, G1 Old Generation
Memory: 1970M
Cores: 8

Kotlin: 211-1.4.32-release-IJ7442.2
Current Desktop: ubuntu:GNOME
e
I'm running
Kotlin: 211-1.5.10-release-891-IJ7142.45
and am not getting any errors on
Java 16.0.1, x86_64:	"AdoptOpenJDK 16"
t
That's what i was wondering. with the same config, it was working for me in another computer. I've deleted my
~/.gradle/cache
and
.idea
folder and now it works. thanks for responding though @Ewald
👏 1
👍 2
e
Ah, I have had some interesting issues recently and I used the
Invalidate caches...
option under the File menu in IntelliJ for the first time ever. It must be all the switching between bleeding-edge and stable packages in work and play projects!
t
@Edward
Invalidate cache and restart
wasn't working for me
👍 1