I use navigation library and safeargs for passing data. I define argument to fragment like that.
I forgot to apply plugin in app.gradle file, just add this line
app.gradle
apply plugin: "androidx.navigation.safeargs.kotlin"
or this line if you are using java
apply plugin: "androidx.navigation.safeargs"