Hi everyone! So I’m looking to use navigation comp...
# android
r
Hi everyone! So I’m looking to use navigation components in my androidApp module. I have included the dependencies for navigation and plugin for safe args in the android app build.gradle.kts file and I have concluded the class path for safe args in my top level build.gradle.kts file. However I am unable to navigate with safe args because the Directions class name of my fragment is an unresolved reference. Would really appreciate any help I can get with this. Thanks!
k
Do you mind sharing the error message that appears in Android Studio?
r
Thanks @Kelvin Pere I’ve fixed it. I wasn’t passing any argument so that’s why it didn’t generate the Directions class. I used the action ID directly
👍 1
k
Nice job 👍@Rita Okonkwo