The problem got resolved in version
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.4.0"
and by applying the plugin
apply plugin: "androidx.navigation.safeargs"
instead of
apply plugin: "androidx.navigation.safeargs.kotlin"
CLICK HERE to find out more related problems solutions.