lepicekmichal
lepicekmichal
Well, I guess I can agree with your statement, but it does not resolve the aforementioned problem with ViewModel per compose screen. Example, that is not as simple as provided,...
It's a multimodule project and when I run the plugin with parameter to disable jetifier (or disable it in gradle.properties) I get output saying "You can turn off jetifier" for...
same problem here ``` 20 problems were found storing the configuration cache, 4 of which seem unique. - Task `:shared:shoppingListApi:generateMRandroidMain` of type `dev.icerock.gradle.tasks.GenerateMultiplatformResourcesTask`: cannot serialize object of type 'org.gradle.api.internal.file.DefaultSourceDirectorySet', a...
@Alex009 I would like to help (I have some experience with configuration cache), but I have zero knowledge about gradle plugins themselves. Can you help me with setting up local...
Manual overwrite of routes is fine, but i would still like default automatic creation. So I am not asking to replace anything, I just don't see the reason for necessary...
Sorry it took so long to reply. Besides all Pixels (since 3a - pro, xl, regular) it has also happened on Redmi Note 8T and POCO X3 NFC, both xiaomi....
I made custom serializer for this data class, which is the only one with map. So there is no map now anymore in serialization, but it still crashes the same....
@kazemcodes sorry, we dropped it. So much work that we decided not to use moko-resources. It clearly hasn't been developed with conf cache in mind and doubt it ever will...
There is no real alternative sadly. We made our own translation object in the code and the rest of resources are still in progress
I arrived to the same problem with your example multiplatform project. All that was needed is create basic module with the Person data class and connect a dependency to the...