Код: Выделить всё
//... Part of @Composable code...
var line = ""
while ((line = inUri02.readLine()) != null) {
//....
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... is-context
Код: Выделить всё
//... Part of @Composable code...
var line = ""
while ((line = inUri02.readLine()) != null) {
//....
}