optIn

abstract fun optIn(annotationName: String)

Adds an additional opt-in requirement marker with the given fully qualified name.

See also org.jetbrains.kotlin.gradle.dsl.KotlinCommonCompilerOptions.optIn.