permissions-dispatcher / PermissionsDispatcher

A declarative API to handle Android runtime permissions.
https://github.com/permissions-dispatcher/PermissionsDispatcher
Apache License 2.0
11.22k stars 1.44k forks source link

Support Kapt incremental annotation processors #600

Closed hotchemi closed 5 years ago

hotchemi commented 5 years ago

https://youtrack.jetbrains.com/issue/KT-23880

technoir42 commented 5 years ago

@hotchemi are you working on this? I have a prototype locally but waiting for https://github.com/square/kotlinpoet/pull/680.

hotchemi commented 5 years ago

@technoir42 oh thx! Can we see PR or diff patch file? 🙇

rishabh876 commented 5 years ago

@hotchemi are you working on this? I have a prototype locally but waiting for square/kotlinpoet#680.

As this is now merged, any update on this issue? @technoir42

hotchemi commented 5 years ago

Let me check!

technoir42 commented 5 years ago

Sorry, got busy looking for a job. Luckily, the version of KotlinPoet that we needed was released so I've opened 3 PRs with my implementation.

hotchemi commented 5 years ago

Thank you, gonna check later.