Slackbot
08/31/2021, 6:52 PMMaxim Alov
09/02/2021, 6:43 AMconfigurations.getByName("implementation").allDependencies.forEach { ... }
filter accepts both api and implementation and the picture below makes it feel that api extends implementation like public inheritance in C++ 😄
i don't know how is it actually expressed internally (in "implementation details"), since these two configurations are just collections of jars, but api<-implementation could be a way of thinking it easy.