kotlin.io.java.io.Reader.readLines
readLines
fun Reader.readLines(): List<String>
Platform and version requirements: JVM
Reads this reader content as a list of lines.
Do not use this function for huge files.
© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io/java.io.-read