KiteSsotPlugin

class KiteSsotPlugin : Plugin<Project>

Root aggregation plugin for the kiteSsot application model.

Applying the plugin configures only provider-backed Android/KMP adapters and registers read-only diagnostics plus explicitly invoked migration/install tasks. It does not mutate Xcode, plist, Swift, Podfile, or launcher-icon source files during ordinary compilation. Destructive capabilities default off, require unambiguous project/target selectors, validate containment, and fail closed.

The supported Gradle floor is MIN_GRADLE, and the implementation bytecode is Java 17. KGP-typed integrations require KGP to be declared in the root plugin classloader; requested features fail with guidance when that contract is not met.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun apply(target: Project)