switch to implement
instead of compile
in build.gradle where possible
#85
Labels
Milestone
implement
instead of compile
in build.gradle where possible
#85
Platform (JVM, JS and/or Android): all
Non-Code related feature
IMO it makes sense to use
api
orimplementation
instead ofcompile
andtestImplementation
instead oftestCompile
.Following a list of modules which should be depended on with
api
insteadimplementation
(as we want to propagate them as transitive dependencies to consumers):The text was updated successfully, but these errors were encountered: