Refactor navigation and cleanup resources across the application

This commit is contained in:
jonasgaudian
2026-02-17 16:45:23 +01:00
parent db959dab20
commit f39375e9df
53 changed files with 112 additions and 2032 deletions

View File

@@ -14,7 +14,9 @@ pluginManagement {
}
}
dependencyResolutionManagement {
@Suppress("UnstableApiUsage")
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
@Suppress("UnstableApiUsage")
repositories {
google()
mavenCentral()