You can use implementation only for dependencies o...
# gradle
g
You can use implementation only for dependencies of main app or when you never expose kotlin types to clients of library, otherwise you must use
api
. My position that if it’s possible to use
api
you should do that.