In a KMP project, is it possible to use Compose ne...
# multiplatform
b
In a KMP project, is it possible to use Compose new resources system to share resources between Android, Desktop and iOS apps, even if the UI for the iOS app use SwiftUI?
👀 3
yes black 2
a
Yes you can, you can share even small bits of ui if you want
Using UIKit
d
Hmm, that means then that vector resources are presented to Swift as SVGs? On Android, they use drawables, which can't be used in iOS.
b
@Arsildo Murati How do I load Compose Resources strings from SwiftUI code then? I can't find a way to make this works.