Generally, its better to have a looser coupling. S...
# android
c
Generally, its better to have a looser coupling. So you might make the core library work by itself, and then offer a separate package with extensions to make it work nicer with androidx libraries.
👍 2