This message was deleted.
# community-support
s
This message was deleted.
c
If what you mean is “do the public signatures of the classes in the apiElements configuration form a closed set with no dangling outgoing edges” then there is nothing built-in that I’m aware of. I think BND tools can do this but using it might be overkill for what you want.
v
If you mean to ensure that your don't use 3rd party libs your API while having them as implementation dependencies, you should have a look at https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin
👍 1
a
thanks for pointer, I will check that out!