Target Config

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

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

Author

N7ghtm4r3 - Tecknobit

Parameters

appVersion

The current application version managed by the Engine

Inheritors

Constructors

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

Properties

Link copied to clipboard
open val appVersion: String? = null