Package-level declarations

Types

Link copied to clipboard
@Serializable
data class AndroidConfig(val appVersion: String? = null) : TargetConfig

The AndroidConfig class is the container of the configuration details for the Android target

Link copied to clipboard
@Serializable
data class DesktopConfig(val appVersion: String? = null) : TargetConfig

The DesktopConfig class is the container of the configuration details for the desktop target

Link copied to clipboard
@Serializable
data class IosConfig(val appVersion: String? = null) : TargetConfig

The IosConfig class is the container of the configuration details for the iOs target

Link copied to clipboard
@Serializable
abstract class TargetConfig(val appVersion: String? = null)

The TargetConfig class is the container of the details of the specific target configuration

Link copied to clipboard
@Serializable
data class WebConfig(val appVersion: String? = null) : TargetConfig

The DesktopConfig class is the container of the configuration details for the web target