Dependencies introduced in andorid library need to be repeatedly introduced in projects that introduce library.

The dependency introduced in

andorid library needs to be introduced repeatedly in the project that introduced the changed library. What should be done?
for example, I wrote a library to upload to jcenter, and then this library introduced zxing, but introduced the library, in my project. If I refer to a method related to zxing, he also needs me to introduce a zxing dependency, otherwise I will report an error and can not find a method related to zxing!

Mar.22,2021
Menu