The Kotlin plugin reports private properties overr...
# getting-started
e
The Kotlin plugin reports private properties overriding public methods of extended Java classes. Does anyone encounter the same issue?
p
it's just an unfortunate consequence of the JVM
get/set
methods that are emitted