Jason5lee
02/21/2022, 3:55 PMgradle run
, readlnOrNull
immediately returns null without reading any input. How to fix it?Sam
02/21/2022, 3:58 PM--no-daemon
fix the problem?Sam
02/21/2022, 3:59 PM--no-daemon
actually still uses a daemon (just a single-use one) these daysephemient
02/21/2022, 3:59 PMKlitos Kyriacou
02/21/2022, 4:14 PMtasks.run.configure {
standardInput = System.`in`
}