Dae Park
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...
Running into the same issue.
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...