desktopApps

fun desktopApps(vararg paths: String)

Adds one or more desktop application paths to desktopApps.

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

desktopApps(":desktopApp")

abstract val desktopApps: ListProperty<String>

Exact Compose Desktop application project paths, absolute, such as ":desktopApp". These receive app identity, versions, packaging names, and installer icons.

Default: empty, which means KiteConfig uses the one Compose Desktop application it finds. Two or more candidates is a hard error that lists them and asks for this value.

See also

for what those projects then receive.