-
I am getting following error when I use with multiplatform + jetpack compose multiplatform + multiModule application.
I have a common:ui module which has resources/MR/base/strings.xml and another f…
-
To use the library in Android projects, 'android()' platform support must be enabled. To do so, it need to apply Android Gradle Plugin for the configuration phase, apply android library plugin `com.an…
-
Sometimes it can be useful to get resources from common code. For such situations, a special type can be provided which will have no meaning in the common code, but which needs to be passed from the p…
-
Sometimes a String resource needs leading or trailing whitespace for the string and I cannot find any way to handle that with Moko resources.
Adding leading or trailing whitespace in the file actua…
-
Android has a limit 32,767 on strings encoded in UTF-8 in our APKs (it's gonna replace the original string with "STRING TOO LARGE" notice). If we need to load a string locally (like user agreement), f…
-
I cannot figure out how to get strings with placeholders in the iOS app. I believe the issue I'm having is due to the strings using placeholders in the format "%1$s" when iOS requires the format "%1$@…
-
> При реализации метода ивент лиснера на иосе появилось подчеркивание. Как такое может быть?
> Kotlin fun routeToDetails(category: Category, article: PersonalInfoArticle)
> Swift func routeToDetails…
-
[Адрес Codelab](https://codelabs.kmp.icerock.dev/codelabs/kmm-icerock-onboarding-3-ru)
## Состав
- [x] Экран сплеша - просто иконка
- [x] Экран входа - по логину и паролю
- [x] Экран главный -…
-
When adding this lib as a dependency and using `painterResource`, the app crashes on Android:
```
java.lang.IllegalStateException: No instrumentation registered! Must run under a registering instrum…
-