Hello, can somebody help me with the following exc...
# multiplatform
a
Hello, can somebody help me with the following exception? It happens when I use
readln
and run it with Gradle. I looked online and apparently needed to add this to my build script:
Copy code
tasks.named<JavaExec>("run") {
    standardInput = System.`in`
}
But that results in another exception, namely
Task with name 'run' not found in root project 'kpresence'.