If we allow lateinit val, people will use them int...
# language-proposals
o
If we allow lateinit val, people will use them intuitively (assuming magic), but then their frameworks will break. E.g. dagger will not be able to produce java code to set a final field.