Hi all, have a question about Multiplatform Resources and strings. I want to use compose for android but SwiftUI on iOS, but I want to share strings if possible. What's the best way to do this since a string resource can only be gotten from a composable or suspend function. On Android I can call it using a @Composable but I'm not sure the best way to do it from iOS. I'm hoping to pass in the
StringResource
into the SwiftUI
View
.