Closed vicajilau closed 1 year ago
On Android is recommended to have companion object instead var to avoid that if multiple instances of this class are created Kotlin does not create multiple instances it is more optimal to have it in a companion.
Tests now is passing again.
On Android is recommended to have companion object instead var to avoid that if multiple instances of this class are created Kotlin does not create multiple instances it is more optimal to have it in a companion.
Tests now is passing again.