Join Slack
Powered by
Added navigation dependency to `composeApp/build.g...
# compose
a
Alwin Varghese
10/05/2024, 2:11 AM
Added navigation dependency to
composeApp/build.gradle.kts
, but the dependency is not being detected in
/composeApp/src/commonMain/kotlin/App.kt
s
Sean Proctor
10/05/2024, 2:38 AM
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
Alwin Varghese
10/05/2024, 2:41 AM
Thanks!!
3
Views
Open in Slack
Previous
Next