0
how to read input into main class variables from console to run as gradle project
i want to read inputs from user using console screen and pass those inputs to variable of main class but when i run my application using gradle run, it wont wait for inputs and throws error
1 Resposta
0
i got my answer from one of the sites in internet it said use run{} enclosure in build.gradle and add