MIN_RADIX

const val MIN_RADIX: Int = 2(source)

Deprecated

Warning since 1.9

Introduce your own constant with the value of `2`

Replace with

2

The minimum radix available for conversion to and from strings.

Since Kotlin

1.3