Is it possible to have non-null property with a cu...
# announcements
a
Is it possible to have non-null property with a custom getter without initialising it?
l
@anstaendig Are you looking for an observable lateinit var?
a
No, I was just looking at a PR from a colleague. But I recognised we never set a value so val should work