Am I correct when I assume that there is no `navigation-testing` artifact yet for `org.jetbrains.and...
d
Am I correct when I assume that there is no
navigation-testing
artifact yet for
org.jetbrains.androidx.navigation
? At least I could not find a published version.
s
I think you are right (maven search). I was looking for the same a few weeks ago and ended up using Jetpack's
navigation-testing
to test my navigation logic in the
androidUnitTest
source set instead
👍 1