Alexander Rusin
Alexander Rusin
Hi, I try to create UI test with koin, fragment and viewModel (architecture component) > @RunWith(AndroidJUnit4::class) class LoginFragmentTest{ @Before fun init() { startKoin(hsApp + viewModel + api) activityRule.activity.setFragment(testFragment) EspressoTestUtil.disableProgressBarAnimations(activityRule) }...
I can find a method to add a list of converters. `Klaxon().converter(arrayListOf(con1, con2, con3))`. Is the method exist?
I updated a few dependencies I removed kotlin-extenstions plugin