How to do the resource loading without CocoaPods i...
# compose-ios
s
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
MacOS target of Compose is very experimental. And we don't support resources on it
s
Ok, thank you.