createPlatformBuildInfoProvider
Supplies Android build metadata from the generated app-level provider.
Core modules use a stub here so Android app variants can override the binding with flavor-aware metadata during dependency injection.
Creates the platform-specific build metadata provider.
Each target fills the shared BuildInfoProvider contract from its native build system so common code can make flavor and platform decisions without reaching into Android or iOS APIs.
Reads iOS bundle metadata for the shared build info contract.
The iOS target has no Android-style flavor split, so it reports the App Store compatible flavor while still exposing Platform.IOS to common code.