Dae Park

Results 3 comments of Dae Park

It's technically up for read access indefinitely, but would be nice to be able to remove jcenter from our source as this is the only dependency that's still on jcenter...

This is also true for Kotlin classes that have @JvmStatic functions. pretty sucky because we can't really do ``` mockkStatic(NavHostFragment::class) every { NavHostFragment.findNavController(ofType(Fragment::class)) } returns mockNavController ``` this invokes the...