MAX_VALUE

expect const val MAX_VALUE: Int = 2147483647(source)

A constant holding the maximum value an instance of Int can have.

Since Kotlin

1.0
actual const val MAX_VALUE: Int = 2147483647(source)

A constant holding the maximum value an instance of Int can have.

Since Kotlin

1.1
const val MAX_VALUE: Int = 2147483647(source)

A constant holding the maximum value an instance of Int can have.

Since Kotlin

1.0
actual const val MAX_VALUE: Int = 2147483647(source)

A constant holding the maximum value an instance of Int can have.

Since Kotlin

1.3
actual const val MAX_VALUE: Int = 2147483647(source)

A constant holding the maximum value an instance of Int can have.

Since Kotlin

1.8
actual const val MAX_VALUE: Int = 2147483647(source)

A constant holding the maximum value an instance of Int can have.

Since Kotlin

1.8