Aleksey Mikhailov
Aleksey Mikhailov
maybe you can show some sample how you see it? or reference
yes, it is. please create PR 👍
hi @EamonKeane we have automatic run of kotlin compilation before pod install. see here - https://github.com/icerockdev/moko-resources/blob/31103b4fa7bca2445487b9f9aafa9cc8085af3ca/sample/ios-app/Podfile#L19
i not sure that on iOS we have analog. need to research
correct reversed list implemented in ATRA project, and should be moved to widgets lib
i don't know how to implement this feature :)
hi! agree, now documentation is very bad. it because first half of dev versions constantly was with api changes. now we got much more stable api and with release 0.1.0...
it's good suggestion. i will try use https://github.com/Kotlin/dokka, but last time when i try it output site was not usable (ux was bad)...maybe now it better
is it reproduced on actual version? can you also check sample app - will bug reproduced in sample on your environment?
yes, now it's limitation of current implementation. https://github.com/icerockdev/moko-resources/blob/31103b4fa7bca2445487b9f9aafa9cc8085af3ca/resources/src/appleMain/kotlin/dev/icerock/moko/resources/desc/Utils.kt#L26 here you can see logic of formatting. for iOS all arguments from kotlin side will be just NSObjects. for NSObject we can't...