fossasia / open-event-droidgen

Open Event Android App Generator https://github.com/fossasia/open-event-android/raw/apk/sample-apk-fossasia17-development.apk
GNU General Public License v3.0
2.06k stars 828 forks source link

Convert registry classes with generated getters and setters #2379

Closed iamareebjamal closed 6 years ago

iamareebjamal commented 6 years ago

Actual Behaviour

Currently, the classes generated after removing lombok are in Java and hence contain generated getters and setters

Reference #2373

Expected Behaviour

Convert these classes to Kotlin

Parent Issue: #2357

sriramr98 commented 6 years ago

I will work on this as my next step

sriramr98 commented 6 years ago

@iamareebjamal I guess this issue can be closed as I see that the StrategyRegistry class and other Strategy classes have already been converted by you to Kotlin in the last commit from exporting Lombok dependent classes to a separate module.