Marko Čičak
10/17/2024, 7:04 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"))
jw
10/17/2024, 11:46 AM