Web Config

@Serializable
data class WebConfig(val appVersion: String? = null) : TargetConfig

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

Author

N7ghtm4r3 - Tecknobit

Parameters

appVersion

The current application version managed by the Engine

See also

Constructors

Link copied to clipboard
constructor(appVersion: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "app_version" )
open override val appVersion: String? = null