setVisible

abstract fun setVisible(visible: Boolean): Configuration(source)

Sets the visibility of this configuration. When visible is set to true, this configuration is visible outside the project it belongs to. The default value is true.

Return

this configuration

Parameters

visible

true if this is a visible configuration