Hello folks, I have upgraded to kotlin 1.6.10 and ...
# compiler
a
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??
1
h
Sounds like https://youtrack.jetbrains.com/issue/KT-49959, but this was about using kotlin 1.5.30 and consuming 1.6.10. other way "should" work...