It’s not about one current field. I have about 1k ...
# android
n
It’s not about one current field. I have about 1k
var
properties in my project. Therefore
kotlinc
generates 2k of getters/setters. And I want 1k of public fields instead. For one property it can be done with @JvmField annotation. But thousand of annotations is too much for me.