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!