Having a default value doesn’t help with lateinit ...
# announcements
j
Having a default value doesn’t help with lateinit var On the other hand removing the lateinit end up having a default value (var nr: Int = 1) which for CI would make it quite difficult to know if the value is the default one or the wired one.