<@U32ES2VSL> I'm new to kotlin, sorry if my questi...
# android
v
@james.cruz I'm new to kotlin, sorry if my question may sound obvious 🙂 I've tried your suggestion about
JvmField
and it does removes getters and keep only fields. Now I can use named parameters and keep this "data" classes thin, and I also can switch between fields and getters if needed, which will be transparent for the rest of the code. This is exactly what I need, thanks for help!