Can't read file in kotlin even though the file is in the same path as main.kt – Ubuntu
I'm currently learning kotlin. Right now I am trying to learn file reading. For that I'm following the tutorial on Baeldung: https://www.baeldung.com/kotlin/read-file. The problem I ran into is that the text file i have created and saved in the same…