Does anyone know what lib to include in `commonMai...
# compose
m
Does anyone know what lib to include in
commonMain.dependencies
to have sharedElement support which is available in latest multiplatform compose? I updated
Copy code
compose-multiplatform = "1.7.0"
kotlin = "2.0.20"
but I still get Unresolved reference 'sharedElement'. for
KamelImage(modifier = Modifier.sharedElement("image"))
l
I just released
v1.0.1
with compose
1.7.0
You can try updating