This will make sure all the coding style is consistent.
The beauty of spotless is that it automatically formats the files as per the recommended google java/kotlin style.
Kotlin only
I can see a couple of classes in java/kotlin. Lets move to kotlin only?
Will help the devs to remain focus and less context-switch.
Questions regarding contribution guidelines!
Whom do I need approval from before I start working on the changes?
Pull requests should be sent against master or a new/dev branch?
I have 2 things in my mind regarding the code improvements. Before I start working, would like to get an opinion from the community here.
Code style: We should enfore java and kotlin code style using some kind of gradle plugin. The one I know of is https://github.com/diffplug/spotless/tree/main/plugin-gradle.
Kotlin only I can see a couple of classes in java/kotlin. Lets move to kotlin only?