Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class SemVer(val major: Int, val minor: Int, val patch: Int)

An object for holding Semantic Versioning version names.

Link copied to clipboard
class TranslatableString(string: String)