is it ok to do something like this to workaround a...
# getting-started
s
is it ok to do something like this to workaround around
lateinit
not being available for primitive types?
var v: Float by Delegates.notNull<Float>()