ignoreVersionGuards

abstract val ignoreVersionGuards: Property<Boolean>

Treat AGP, KGP, and Compose versions outside the tested range as supported.

Default: false. The guards exist because only that range is exercised by this release's tests; switching this on trades that proof for one loud warning and keeps every typed integration active on your versions.

Requires @file:OptIn(io.github.yuroyami.kiteconfig.DiscouragedKiteApi::class) in the build script.