Join Slack
Powered by
How to do the resource loading without CocoaPods i...
# compose-ios
s
Stefan Oltmann
08/21/2023, 2:48 PM
How to do the resource loading without CocoaPods if we have an Mac app? For example for this:
https://github.com/JetBrains/compose-multiplatform/blob/master/examples/chat/shared/src/macosMain/kotlin/main.macos.kt
Where do I need to put my drawable, so that they are found?
👍 1
d
Dima Avdeev
08/21/2023, 3:31 PM
MacOS target of Compose is very experimental. And we don't support resources on it
s
Stefan Oltmann
08/21/2023, 4:20 PM
Ok, thank you.
9
Views
Open in Slack
Previous
Next