Replies: 3 comments 7 replies
-
hi. android - ios - web - |
Beta Was this translation helpful? Give feedback.
-
I think I was a little unclear, sorry. I want to have localization inside the shared module. E.g. when having exceptions inside the business logic which is located in the shared module, I want to add a localized message to the exception inside the shared module. I don't want to add a code to the exception and localize it in the platform ui based on the code. |
Beta Was this translation helpful? Give feedback.
-
Hey! Logs:
FAILURE: Build failed with an exception.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.5/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 6s |
Beta Was this translation helpful? Give feedback.
-
Hey,
any recommendations about using moko-resources in the shared module? I think you have to expose the handling of the platform (web/ios/android/) to the common module somehow? I would try using DI for it, but maybe you have already some experience doing so?
Beta Was this translation helpful? Give feedback.
All reactions