Clément Beffa
Clément Beffa
For backward compatibility, you can keep the images folder and allow the new folders that works the other way: * drawable (xml) * drawable-mdpi (png/jpg) * drawable-xxhdpi(png/jpg) * drawable-hdpi (png/jpg)...
I don't know much about plugins yet so maybe not soon but I'll look into it if you don't. Another thing that is weird with your library is that the...
I've made a generator to avoid default on enum. You can check it [here](https://github.com/cl3m/kmp-redux/blob/develop/buildSrc/src/main/kotlin/EnumGenerator.kt). It produce extension like below ``` public extension shared.SpaceState.Status { var `enum`: SpaceState.Status.Enum { if self...
I'm using my fork but I've got no news from the main dev..
I've made a fork that shows the reading list https://github.com/josh-/CloudyTabs/pull/34
I've made a fork that shows the reading list https://github.com/josh-/CloudyTabs/pull/34
I could not reproduce with the emulator. Does your PR fix the crash fully ? Can I close the issue ?
Hi, Can you try the latest code ? It should build now on Android and iOS on x86 and the M1.
I've signed the CLA and added the note in the description
I've merged the main() change