all of the objects have one companion object in ram ?!!?!
amirhosenebrahimi opened this issue · 3 comments
amirhosenebrahimi commented
all of the objects have one companion object in ram ?!!?!
do not kill gorebridge collectors !
ansman commented
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.
amirhosenebrahimi commented
thank you :-)