https://kotlinlang.org logo
#compose-ios
Title
# compose-ios
s

stoyicker

10/04/2023, 9:50 AM
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

Nikita Lipsky

10/04/2023, 12:30 PM
There are dependencies to Compose in commonMain that bring the dependency to iosMain that depends on commonMain.
s

stoyicker

10/04/2023, 2:25 PM
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!
3 Views