Is there a way to test the NavHost and NavControll...
# compose
a
Is there a way to test the NavHost and NavController logic for compose navigation for KMM project in the common test?
k
if you ask about
navigation-testing
library, it is not published for KMP
a
Thanks for the update. I think the current recommendation is to use Android test for the testing of KMM compose navigation. Right? Or will this not work or is this something which needs to checked? Also is there any tracking issue for
navigation-testing
KMM port?
i
KMM port uses original binary for Android, so all android-only libs/testing will work
navigation-testing
is already ported to multiplatform, but not published. No tracking issue for it, please create one if you're interested
🤩 1