hi, can anybody tell how imageviewer.iosMain depen...
# compose-ios
s
hi, can anybody tell how imageviewer.iosMain depends on org.jetbrains.compose.uiuiuikitMain:1.5.1 in the compose-multiplatform repo? I see that the ComposeUIViewController symbol lives there but I don't know how to get it into my project
n
There are dependencies to Compose in commonMain that bring the dependency to iosMain that depends on commonMain.
s
yeah I tried that before to no avail, but apparently did something wrong because I just tried again and it works. just gotta pin down which of the dependencies it is and it should be good to go. thank you!