getExported

abstract fun getExported(): Boolean(source)

Allows to check if current dependency is transitive, i.e. is visible to the module which depends on module that has current dependency.

Return

true if current dependency is transitive; false otherwise