Colton Idle
03/12/2023, 8:42 PMimplementation(platform("...
while chris banes compose alpha bom is
api(platform("...
As a gradle noob, is there one that's better than the other?krzysztof
03/12/2023, 9:05 PMapi
with Chris’ solution, as api
Ian Lake
03/13/2023, 4:05 AMimplementation
or api
only differ in what they expose to other modules, it has nothing to do with what it pulls inapi
dependency, then your app module that depends on that library would automatically gain access to those dependencies, just as if it had declared all of those dependencies itselfimplementation
dependency, it is only an implementation detail (hence the name) and your app module wouldn't be able to use anything declared in that dependency at all unless it also declared its own, separate dependency