https://kotlinlang.org logo
#ballast
Title
# ballast
u

ubuntudroid

11/01/2023, 3:14 PM
I also get “Current route not found” in the debugger despite using the navigation plugin. Do I need to forward some router stuff to the debugger explicitly? Didn’t find anything regarding that in the docs or the library API.
c

Casey Brooks

11/01/2023, 3:38 PM
The Debugger Interceptor needs to be installed into the Router VM, too. Once that’s added, it should be start working
u

ubuntudroid

11/01/2023, 3:40 PM
oh, that absolutely makes sense 😅
Great, that worked! 🙏