api / org.gradle.tooling.model.idea / IdeaDependency / getExported

getExported

abstract fun getExported(): Boolean

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