Hi, i am trying to use dropShadow in compose multi...
# multiplatform
f
Hi, i am trying to use dropShadow in compose multiplatform. But the Shadow is inaccessible from commonMain, says it is private. Do i need to use specific cmp version ? Thanks
Screenshot 2025-09-16 at 11.20.21.png
j
Shadows are public since Compose 1.9, so you'll need Compose Multiplatform
1.9.0-rc01
. We started using it and it works great
f
Thanks!!