Navigation in Jetpack Compose with Material 3

First, add dependencies. Thanks to Gradle for giving us a structure where we can easily list and share library versions. Add the fallowing dependencies to libs.versions.toml and add this row to build.gradle.kts (app) Now we can use Material module in project. First, we need to create a list of screens that will be displayed in […]

Navigation in Jetpack Compose with Material 3 Read More »