Hey folks, I'm trying to upgrade my JS-targeted a...
# compose-web
e
Hey folks, I'm trying to upgrade my JS-targeted app from compose 1.2.1 to the latest one (at the time 1.6.x) but got some compilation error related to missing compose foundation in Kotlin daemon (?)
Copy code
Could not find "androidx.compose.foundation:foundation" in [/Users/username/Library/Application Support/kotlin/daemon]
Here's my build scan: https://scans.gradle.com/s/fqax4gtx5pr2y/console-log?page=1#L101 And here's my repo: https://github.com/esafirm/compose-ui-book I tested that this error also happens on 1.3.x to 1.6.x, so the last compose plugin version that works is
1.2.1
Any idea how to fix the error? Or a help on debugging the error message? Thank you
o
Do you use any third-party libraries? Probably there is an outdated third-party library that depends on old compose multiplatform. Also make sure the kotlin version is 1.9.21