I summarized Kotlin basic number types and their range. In Kotlin, we can use Byte
, Short
, Int
, Long
, and UByte
, UShort
, UInt
, ULong
.
Tag Archives: Kotlin
Kotlin: Code to Copy Something to Clipboard
Kotlin JVM: Simple Server of 1 Script File
Kotlin can be used as script. I tried to create simple server with Kotlin script, like the server introduced in Python Light Server.
Continue reading Kotlin JVM: Simple Server of 1 Script File