commonMain.com.paoapps.fifi.domain.LaunchData.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fifi-framework Show documentation
Show all versions of fifi-framework Show documentation
Kotlin Multiplatform Mobile framework for optimal code sharing between iOS and Android.
package com.paoapps.fifi.domain
import kotlinx.datetime.Clock
import kotlinx.datetime.Instant
import kotlinx.serialization.Serializable
@Serializable
data class LaunchData(
val isFirstLaunch: Boolean = true,
val previousAppVersion: String? = null,
val currentAppVersion: String
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy