so if I take ANY build file, and add `object Versi...
# kobalt
e
so if I take ANY build file, and add
object Versions { blah = "0.1 }
and try to use
println(Versions.blah)
, it'll fail.