Я, чтобы не раздражать анонимуса, решил почитать документацию :) https://firebase.google.com/docs/auth/android/custom-auth
auth = Firebase.auth
val currentUser = auth.currentUser
там вот такие импорты:
import com.google.firebase.auth.FirebaseAuth
import com.google.firebase.auth.FirebaseUser
import com.google.firebase.auth.ktx.auth
import com.google.firebase.ktx.Firebase
вот это не хочет импортироваться
import com.google.firebase.ktx.Firebase
или Firebase лежит где-то в другом месте?
Task :app:compileDebugKotlin FAILED
Unresolved reference: Firebase