androidx navigation is not available in CMP, right...
# compose
a
androidx navigation is not available in CMP, right? if it is, can someone share a link. impossible to find via googling
m
possible. i try it this is repo check it https://github.com/Coding-Meet/News-KMP-App
p
a
thanks for the links folks
e
If you're looking for the maven coordinates it is
androidx.navigation:navigation-compose:2.8.0-beta08
org.jetbrains.androidx.navigation:navigation-compose:2.8.0-alpha08
and I think you need the following repository
Copy code
maven("<https://maven.pkg.jetbrains.space/public/p/compose/dev|https://maven.pkg.jetbrains.space/public/p/compose/dev>") {
      content {
        includeGroupByRegex("org\\.jetbrains.*")
      }
}
🔥 1