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]
Any idea how to fix the error? Or a help on debugging the error message?
Thank you
o
Oleksandr Karpovich [JB]
12/18/2023, 3:00 PM
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