kotlin-stdlib / kotlin.io / java.io.Reader / readLines readLines JVM 1.0 fun Reader.readLines(): List<String>(source) Reads this reader content as a list of lines. Do not use this function for huge files.