Discouraged Kite Api
@RequiresOptIn(message = "Discouraged KiteConfig switch. Read its KDoc first; what breaks under it is yours to keep.", level = RequiresOptIn.Level.ERROR )
@Target(allowedTargets = [AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.CLASS ] )
Marks a KiteConfig switch you should not reach for casually. Using one refuses to compile until the build script opts in:
@file:OptIn(io.github.yuroyami.kiteconfig.DiscouragedKiteApi::class)Content copied to clipboard