In your app/module level add the following dependency :
def nav_version = "2.3.0-alpha04" //your nav_version defined
implementation "androidx.navigation:navigation-dynamic-features-fragment:$nav_version"
all the answers are correct too. just felt that I should add this info. It worked for me