Marko Čičak
10/17/2024, 11:47 AMcommonMain.dependencies
to have sharedElement support which is available in latest multiplatform compose? I updated
compose-multiplatform = "1.7.0"
kotlin = "2.0.20"
but I still get Unresolved reference 'sharedElement'. for
KamelImage(modifier = Modifier.sharedElement("image"))
Luca
10/19/2024, 12:06 AMv1.0.1
with compose 1.7.0
You can try updating