binding.bottomNavigationView.setupWithNavController doesn't work
I'm developing an Android app, in which I utilize both Android Navigation Component and BottomNavigationView.
The problem is that assigning setupWithNavController to my BottomNavigationView, and when i run the app is crashed and generate java.lang.RuntimeException error
Code
NewsActivity.ky
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import androidx.lifecycle.ViewModelProvider
import androidx.navigation.findNavController
import...