Join Slack
Powered by
You can use implementation only for dependencies o...
# gradle
g
gildor
08/04/2017, 7:42 AM
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.
2
Views
Open in Slack
Previous
Next