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

build error #630

Closed czl0325 closed 5 years ago

czl0325 commented 5 years ago

implementation "org.permissionsdispatcher:permissionsdispatcher:4.3.1" kapt "org.permissionsdispatcher:permissionsdispatcher-processor:4.3.1"

build error

屏幕快照 2019-06-27 下午7 00 59 屏幕快照 2019-06-27 下午7 01 18
mannodermaus commented 5 years ago

Please post the entire log

hotchemi commented 5 years ago

FYI: if you're not using androidx please use 3.x version.

czl0325 commented 5 years ago

what is 3.x version. address??

mannodermaus commented 5 years ago
implementation "org.github.hotchemi:permissionsdispatcher:3.3.2"
kapt "org.github.hotchemi:permissionsdispatcher-processor:3.3.2"

@hotchemi san, do we still advertise the 3.x coordinates for non-AndroidX users anywhere?

hotchemi commented 5 years ago

we do have but may need to emphasize more🤔 https://github.com/permissions-dispatcher/PermissionsDispatcher/blob/master/README.md#installation