Arunkumar

Results 88 comments of Arunkumar

Play Store release might take a while due to many required changes however I plan to setup an automated action here on Github so you could get early updates via...

Sorry for lack of updates, I need to sort few things. I plan to remove all closed source sdks like Crashlytics so I can easily target F-Droid release.

Able to confirm that 1.8.20+ fixes the issue. For a different reason we are still on 1.8.10 and managed to workaround this issue by relativizing the path. > My current...

Notes: All available options: https://kotlinlang.org/docs/kapt.html#using-in-cli Kapt is in maintenance mode at the moment hence we could consider adding options statically as it is not expected to change much between versions....

A related change [here](https://github.com/bazelbuild/rules_kotlin/pull/858) which defines a `kapt_options` rule to collect all params for kapt.

Hey folks sorry for lack of updates, will aim both Kotlin 1.9 and KSP support for next release.

I discussed this exact case in my article. This happens when you have not replaced `WorkManager`s default `WorkerFactory`. Have you already done [this? ](https://github.com/arunkumar9t2/dagger-workmanager/blob/master/app/src/main/java/in/arunkumarsampath/dagger/workmanager/WorkManagerApp.kt#L33)

Thanks for the snippets, two things. - Could you check if your WorkerFactory implementation's `createWorker` is called? - It should be ` tools:node="remove"` in the content provider removing code. Could...

Oh, I had missed that bit :). Thank you, I am glad you found it helpful!