for String used in interpolation it works without ...
# gradle
c
for String used in interpolation it works without type:
val someApiVersion by project
but I have more complex stuff there too, like
Map<String, Any>
for example, and there I very much like to have type 🙂