can i change the access modifier of a safe nav arg?

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.

Leave a Comment

Your email address will not be published.

Scroll to Top