Is it possible to use Compose Resources to share s...
# multiplatform
b
Is it possible to use Compose Resources to share strings with an iOS ui made with SwiftUI? For example:
Copy code
let testString: LibraryStringResource = Res.string().app_name
get me the app name as a
LibraryStringResource
but what now? How does I transform that to a usable Swift String?