What's the import for the `getString` for non-comp...
# multiplatform
r
What's the import for the
getString
for non-compose code? Doesn't seem to find it. https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-resources-usage.html#-zbofuf_112
m
Copy code
import org.jetbrains.compose.resources.getString
Is it not showing up because suspending function?