icerockdev / moko-resources

Resources access for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
1.08k stars 120 forks source link

MR file generator #3

Closed Alex009 closed 5 years ago

Alex009 commented 5 years ago

gradle plugin for MR object generation contains:

later - drawables (for now just add to sample how store drawable resources)

plugin should generate from one strings, plurals localized source in commonMain platform-specific resources (android - strings.xml, ios - Localizable.string) and attach to multiplatform project output

Alex009 commented 5 years ago

first plugin version done. later should be added drawables support