kotlin-stdlib / kotlin.io / println println Common JVM JS Native 1.0 fun println ( ) (Common source) (JVM source) (JS source) (Native source) Prints the line separator to the standard output stream. Common JVM JS Native 1.0 fun println ( message : Any ? ) (Common source) (JVM source) (JS source) (Native source) Prints the given message and the line separator to the standard output stream. JVM 1.0 fun println ( message : Int ) (source) fun println ( message : Long ) (source) fun println ( message : Byte ) (source) fun println ( message : Short ) (source) fun println ( message : Char ) (source) fun println ( message : Boolean ) (source) fun println ( message : Float ) (source) fun println ( message : Double ) (source) fun println ( message : CharArray ) (source) Prints the given message and the line separator to the standard output stream.