https://kotlinlang.org logo
r

Rama

05/16/2018, 1:56 AM
Anyone knows how to restrict the internal dependencies of an Android SDK to visible to client app who consumes SDK? Based on documentation,
api
dependencies will be visible to client and
implementation
dependencies will not be visible to client app. But, I am seeing all the dependencies from SDK are visible to client app and client app can actually use SDK dependencies directly.