appNameFor

abstract fun appNameFor(platform: KitePlatform): Provider<String>

The app name resolved for platform, with its corner override applied.

This is the value the platform would receive. It does not account for skip() / only(): flow control decides whether KiteConfig writes the value, not what the value is. The same holds for androidApplicationId, iosBundleId, and desktopBundleId.