Magnum Rocha
Magnum Rocha
Ok @lsjwzh, I understand this solution. It's works fine. But, why not update the register with the existent id in save() and saveAssync() method ?? without execute a query before......
Yes @lsjwzh, exactly it. Update only the fields setted on Model instance.
Hi @lsjwzh, I guess that saveNotNull() is a good name, but, just to know about: the original methods: save() and saveAssync() can't be updated with new rules ??
Hi @noheltcj, I discovered your project a few days ago, and as a manner to study it and contribute with, I am thinking to help with the documentation 😉 So,...
I have the same Issue 😢 Is there any workaround ? I'm using: - koin-androidx-compose version: 3.2.0 - koin-android version: 3.2.1 - navigation-compose: 2.5.2
Any progress on this point? or anybody here has some workaround for this use case? I am using Coil to show an image library (from the internet) on a RecyclerView,...
I'm having this same problem with some iOS Kotlin bindings objects that need the Annotation: `@OptIn(ExperimentalForeignApi::class)` The compilation fails with: ``` ...ksp/iosSimulatorArm64/iosSimulatorArm64Test/kotlin/my/package/SomeInterfaceMock.kt:12:16 Base declaration of supertype 'SomeInterface' needs opt-in. The...
After update to version 1.3.1, I'm having the same Issue. @lammertw did you already find a fix for it?
@Nillerr cool, I'll wait to test the update.
@wuruxu could you please update the README with the build instructions?