Added navigation dependency to `composeApp/build.g...
# compose
a
Added navigation dependency to
composeApp/build.gradle.kts
, but the dependency is not being detected in
/composeApp/src/commonMain/kotlin/App.kt
s
You need to add the version of navigation from jetbrains to commonMain dependencies. Or if this is strictly android, move App.kt to androidMain.
a
Thanks!!