If I have a multi module project like the one outl...
# moko
k
If I have a multi module project like the one outlined in the README
Copy code
- shared
-- resources
-- feature-1
-- feature-2
Do I need to configure the
multiplatformResources
block, or can I just apply the plugin to bubble up strings from
resources
to
shared
on iOS?
It appears that regardless of whether or not you configure the plugin, it generates a symbol like
MR
for you and there’s nothing you can do about it. Is that something that is technically required on non-android platforms?