https://kotlinlang.org logo
e

Eric Martori

03/02/2021, 1:15 PM
Maybe it is already asked but I can't find an answer. It seems that
navigation-compose
has dependencies to non-compose Android libraries. Ideally a Compose navigation library should be agnostic of the underlying platform, right? Is there any alternative that doesn't depend on Android code to implement the navigation?
s

Sergey Y.

03/02/2021, 1:28 PM
a

Albert Chang

03/02/2021, 2:37 PM
Note that unlike compose itself, navigation-compose is an Android-specific library.
2 Views