https://kotlinlang.org logo
n

nnesterov

11/23/2017, 1:11 PM
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.