appName

fun appName(value: String, action: Action<in KiteAppNameScope>)

Detailed form of appName: per-platform overrides and flow modifiers.


abstract override val appName: Property<String>

The display name users see on their home screen.

Android receives it as the appName manifest placeholder. The explicit Apple sync tasks use it for PRODUCT_NAME, CFBundleName, and CFBundleDisplayName.