there's no way to type the data in `gradle.propert...
# gradle
o
there's no way to type the data in
gradle.properties
, it's just strings you can access stuff in
gradle.properties
by doing
val <propName> by project.properties
, it may not be a string unless you say
: String