To add androidx.navigation.safeargs
plugin follow below step’s
-
classpath "android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0-alpha09"
(latest)
Add above to your Project Gradel file inside dependency block -
Then add
apply plugin: 'androidx.navigation.safeargs'
to your app/Module gradle file