https://kotlinlang.org logo
Title
u

user

07/04/2022, 4:31 PM
Safeargs library don't create SpecifyAmountFragmentDirections After adding the argument, the library doesn't create the Direction class for me to be able to pass arguments This is my code: nav_graph.xml build.gradle: dependencies { classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5" } plugins { id 'androidx.navigation.safeargs.kotlin' } I'm currently working with Android Studio 4.1.2. I tried to invalidate the cache, clean the project and rebuild it but it didn't work. Looking through the old answers I...