googling around I read that `getResource` is the s...
# gradle
e
googling around I read that
getResource
is the suggested method, to be preferred to read a file with
new File
, is that true?