ansman/kotshi

all of the objects have one companion object in ram ?!!?!

amirhosenebrahimi opened this issue · 3 comments

all of the objects have one companion object in ram ?!!?!
do not kill gorebridge collectors !

Yes, the adapters have a companion object but since the fields will be static they are empty and can be removed by Proguard or r8 on Android. Regardless they are not likely to cause any issues.

The reason why the options are static is so they can be reused if the same adapter is used multiple times.

Regardless, I did end up removing the companion objects in #143

thank you :-)