why are getter/setter methods for `internal` prope...
# kapt
g
why are getter/setter methods for
internal
properties generated with the module name & build type appended to the method name in the kapt stubs? e.g. an internal property named
internalField
generates a java stub accessor method called
getInternalField$kotlin_example_debug