Why does a property of a primitive type have to be...
# announcements
n
Why does a property of a primitive type have to be initialised? Why is this not allowed?
Copy code
var isReadOnly : Boolean 
        get() = observation != null && observation!!.submitted