Hello folks, I have upgraded to kotlin 1.6.10 and I am getting weird errors from the compiler. Kotlin/Js compiler to be exact.
It seems to be looking for dependencies in ~/.local/share/kotlin/daemon
I have
Copy code
Could not find "kotlin" in [/home/andylamax/.local/share/kotlin/daemon]
and previously I also had
Copy code
Could not find "kotlinx-serialization-core" in [/home/andylamax/.local/share/kotlin/daemon]
Has anyone come across this? or better yet, found a solution to this??