permissions-dispatcher / PermissionsDispatcher

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

Digging into Kotlin Symbol Processing API #674

Closed hotchemi closed 3 years ago

hotchemi commented 4 years ago

Not sure it'd be next standard or so but we may be able to improve build-time performance.

https://github.com/android/kotlin/tree/ksp/libraries/tools/kotlin-symbol-processing-api

hotchemi commented 3 years ago

let me close the issue as we've invented ktx module and don't have to rely on code generation anymore!

aniketbhoite commented 3 years ago

I was hoping to learn ksp from the project but I might have to do it the other way around. I'll try