visibility

abstract val visibility: Property<String>(source)

Configures the visibility of schema extension functions/properties generated by the Kotlinx Schema Gradle plugin. This property determines the modifier (e.g., "public", "internal") applied to the generated schema-related APIs.

Value should be a valid visibility modifier supported by the Kotlin language.

Default: "" i.e., no visibility modifier by default