optIn

@get:Input
abstract val optIn: ListProperty<String>

Enable API usages that require opt-in with an opt-in requirement marker with the given fully qualified name.

Default value: emptyList()