data class PlatformInfo
PlatformInfo(flavor: String, version: String?)
val flavor: String
val version: String?