I would like to know if there is a more idiomatic way of writing the following in Kotlin:
val lazyValue: Unit by lazy { println("computed!")