Does anybody have this problem? when I use safearg...
# android
f
Does anybody have this problem? when I use safeargs classpath “android.arch.navigationnavigation safe args gradle plugin$version_navigation” apply plugin: ‘androidx.navigation.safeargs’
b
you should use the androidx version of safargs to match
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.1.0-alpha05"
👍 1
f
Thank you very much. It has been solved.💯