How do I force generation from `strings.xml` to `c...
# getting-started
s
How do I force generation from
strings.xml
to
composeapp.generated.resources.Res
?
m
you can use ./gradlew composeAppgenerateResourceAccessorsForCommonMain
takes way less time than building the whole project