I need to mention that `const val` doesn’t always ...
# announcements
m
I need to mention that
const val
doesn’t always mean that no additional methods are created. When accessing a
private const val
from a class a synthetic accessor still needs to be generated.