Hi folks! How do you enter new string resources in...
# multiplatform
m
Hi folks! How do you enter new string resources in Android Studio? Just manually adding to the
strings.xml
and rebuilding every time to fix the IDE errors?
The extract string resource action does not seem to exist for
commonMain/composeResources
. Does anyone know if this is something that would be added to Android Studio soon? Or should this work and am I doing something wrong?
m
No this doesn't currently work for multiplatform resources
only for Android
m
There also does not seem to be a plugin for KMP
I'll try to write one myself
m
Share it with us if you manage to get it working that would be helpful 😄
m