This message was deleted.
# community-support
s
This message was deleted.
m
but the fact that
Copy code
configurations.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.