I saw that dialog fragments are now supported in the Android Jetpack Navigation component. When i use the dependency androidx.navigation:navigation-ui with its latest version, it works perfectly. However, when i use the dependency android.arch.navigation:navigation-ui-ktx with its latest version (1.0.0), the dialog tag is not found and it seems to be outdated compared to the other dependancy. Can someone explain why and also explain which dependency is better to us ?
According to google, if you're using Kotlin, it's better to use the -ktx one but i find that it's missing lots of features compared to the other.