Andromadus Naruto
02/14/2023, 11:06 PMCasey Brooks
02/15/2023, 7:40 PMBallastViewModelConfiguration.Builder()
instance for each ViewModel, since it’s a mutable object, to prevent one VM from polluting the configuration of another. You basically just need to change this line to factory { }
instead of single { }
Andromadus Naruto
02/15/2023, 8:10 PM