Need guidance with bottom_navigation and it
Hello I'm new to learning kotlin and trying to make an app as well as following a tutorial. But no matter what video I watch I always get an error for both bottom_navigation and it.
Can anyone have a look at my code and possibly help me figure why theres an error. Thank you for any input :)
Main Activity.ktl
package com.example.myapplication
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import androidx.fragment.app.Fragment
import...