androidApps

fun androidApps(vararg paths: String)

Adds one or more application paths to androidApps.

This adds, never replaces, so repeated calls pile up.

androidApps(":androidApp", ":demoApp")

abstract val androidApps: ListProperty<String>

Exact Android application project paths, absolute, such as ":androidApp". These receive app identity, versions, display name, locale filters, and logo output.

Default: empty, which means KiteConfig uses the one Android application it finds. SDK levels and the JVM target still reach every compatible module, listed or not.