Homepage Screen

Hi, I’m new to Java/Kotlin

I created Navigation Graph and added two screens (destinations) screen1, screen2

I also have MainActivity (activity_main.xml)

By default it’s loading the MainActivity first.
What is the best way to load screen1 as the homepage (the first screen to load)?