Build

data class Build(val major: Int, val minor: Int?) : Comparable<CacheExporter.Build>

Constructors

Link copied to clipboard
constructor(major: Int, minor: Int?)

Properties

Link copied to clipboard
val major: Int
Link copied to clipboard
val minor: Int?

Functions

Link copied to clipboard
open operator override fun compareTo(other: CacheExporter.Build): Int
Link copied to clipboard
open override fun toString(): String