Aleksey Mikhailov
Aleksey Mikhailov
# Current idea ## Add annotations to moko-resources runtime library ``` annotation class MRmapping annotation class MRname(val name: String) ``` (!) names should be improved ## interface in feature module...
annotation processing - https://github.com/google/ksp/blob/master/docs/quickstart.md
can be useful - https://github.com/Tetraquark/KSP-Testing
@Tetraquark hi. for now strings can't be received by id. here same issue #218. and here #233 some implmenetation, which should be completed, merged and released
oh, no, this pull request not about strings resources. but simmilar case. so this feature should be implemented and we can use this post as guide - https://medium.com/xorum-io/simple-string-localization-in-kmm-beaffc5e7a17 also: >Adam...
you can use this gradle config: ``` tasks.withType() .matching { linkTask -> linkTask.binary is AbstractExecutable } .configureEach { val task: KotlinNativeLink = this doLast { val binary: NativeBinary = task.binary...
@kevincianfarini sorry, i miss message. i run CI now
@Reedyuk i think we release this changes in this month. @kevincianfarini now CI failed because of android lint: ``` /Users/runner/work/moko-resources/moko-resources/sample/mpp-conditional/build/generated/moko/androidMain/res/values/multiplatform_strings.xml:3: Error: "common_name" is not translated in "en" (English) [MissingTranslation] Test...
@kevincianfarini sorry for late reaction :( there all that i have - [logs_604.zip](https://github.com/icerockdev/moko-resources/files/9453648/logs_604.zip)
hi! you can implement your own image loader, just like here - https://github.com/icerockdev/moko-widgets/tree/develop/widgets-image-network. with usage of any platform libs which support gifs in correct way. But you should use dev...