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

Duplicate class #788

Closed eyotaCao closed 2 months ago

eyotaCao commented 2 months ago

wrong: Duplicate class permissions.dispatcher.GrantableRequest found in modules jetified-permissionsdispatcher-2.3.2-runtime (com.github.hotchemi.permissionsdispatcher:permissionsdispatcher:2.3.2) and jetified-permissionsdispatcher-processor-2.3.2 (com.github.hotchemi.permissionsdispatcher:permissionsdispatcher-processor:2.3.2)

my build.gradle is: //permission implementation 'com.github.hotchemi:permissionsdispatcher:2.3.2' annotationProcessor 'com.github.hotchemi:permissionsdispatcher-processor:2.3.2'

i don't know why

eyotaCao commented 2 months ago

i use the newest version, it is ok