Android Studio Ladybug | 2024.2.1 Patch 2
Kotlin with JetPack Compose
Show an screen navigation use case
It is necessary to add the following dependencies in the file app/build.gradle.kts
:
dependencies {
implementation 'androidx.navigation:navigation-compose:2.7.5'
}