We can fix this issue by adding the below codes in gradle and rebuilding the app. In the project gradle add below code.
classpath "android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0"
In app gradle add below code
apply plugin: "androidx.navigation.safeargs"