Hello everyone, is there a way to use string resou...
# multiplatform
l
Hello everyone, is there a way to use string resources in shared models? For example, in KampKit in BreedModel instead of writing
return "Unable to download breed list"
in code, I want to write something similar to android's
return getString(R.string.download_error)
, so that it's easier to edit those strings in one common file
a
There is https://github.com/icerockdev/moko-resources , it may work for you
🙏 1
h
This looks like a really cool library!
🎉 1