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

Cannot generate classes after switching to maven #747

Closed torkmandukk closed 2 years ago

torkmandukk commented 2 years ago

Everything worked fine on jcenter version 4.8.0, but after switching to maven library version 4.8.0, no classes were generated. I also tried 4.9.1, of course, with the same results.

hotchemi commented 2 years ago

What's the error message you've got? JFYI: https://github.com/permissions-dispatcher/PermissionsDispatcher/blob/master/doc/migration_guide.md#migrating-to-maven-central

hotchemi commented 2 years ago

Let me know if you still have the issue.

torkmandukk commented 2 years ago

It's fixed, thank you.