Louis CAD

Results 464 comments of Louis CAD

@yigit He is not using the GCM dependency but the FCM one

@yigit Only the withGcmDep productFlavor of Firebase Job Dispatcher depends and uses GCM behind the scenes if you look closer at the build.gradle file you linked, and that version isn't...

Where can I subscribe to be notified when the standalone app is released?

Yep, that's what I used for now, I run the SQL statement field. An `@Version` annotation would be awesome!

Got the same issue. Here's the stacktrace: ```stacktrace E/FATAL EXCEPTION: Happened on thread: Thread[OkHttp Dispatcher,5,main] java.lang.OutOfMemoryError: Failed to allocate a 8208 byte allocation with 1416 free bytes and 1416B until...

But why use callbackFlow, and why make it a Flow at all?

And why wrap into Resource.Success if you don't wrap it in unsuccessful cases?

No need to prevent proguarding of all Protobuf. Just remove the warning for the referenced class with this in your proguard rules: `-dontwarn sun.misc.Unsafe` This will help make your apk...

I'd take inspiration from kotlinx.coroutines where they keep deprecated symbols for the naming people know from Rx, with ReplaceWith clauses that rewrite correctly with the differently named symbol for Flow....

> Are there any dependencies (including transitive) that are not compatible with Kotlin Multiplatform? This is the hard one. You can analyze Gradle Metadata, the replacement to pom.xml files, which...