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