|
|
|
@ -15,6 +15,7 @@ androidxDataStore = "1.1.1"
|
|
|
|
|
androidxEspresso = "3.6.1"
|
|
|
|
|
androidxHiltNavigationCompose = "1.2.0"
|
|
|
|
|
androidxLifecycle = "2.8.7"
|
|
|
|
|
androidxLintGradle = "1.0.0-alpha03"
|
|
|
|
|
androidxMacroBenchmark = "1.3.3"
|
|
|
|
|
androidxMetrics = "1.0.0-beta01"
|
|
|
|
|
androidxNavigation = "2.8.5"
|
|
|
|
@ -92,6 +93,7 @@ androidx-hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navig
|
|
|
|
|
androidx-lifecycle-runtimeCompose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidxLifecycle" }
|
|
|
|
|
androidx-lifecycle-runtimeTesting = { group = "androidx.lifecycle", name = "lifecycle-runtime-testing", version.ref = "androidxLifecycle" }
|
|
|
|
|
androidx-lifecycle-viewModelCompose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "androidxLifecycle" }
|
|
|
|
|
androidx-lint-gradle = { group = "androidx.lint", name = "lint-gradle", version.ref = "androidxLintGradle" }
|
|
|
|
|
androidx-metrics = { group = "androidx.metrics", name = "metrics-performance", version.ref = "androidxMetrics" }
|
|
|
|
|
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "androidxNavigation" }
|
|
|
|
|
androidx-navigation-testing = { group = "androidx.navigation", name = "navigation-testing", version.ref = "androidxNavigation" }
|
|
|
|
@ -161,6 +163,7 @@ room-gradlePlugin = { group = "androidx.room", name = "room-gradle-plugin", vers
|
|
|
|
|
[plugins]
|
|
|
|
|
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
|
|
|
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
|
|
|
|
|
android-lint = { id = "com.android.lint", version.ref = "androidGradlePlugin" }
|
|
|
|
|
android-test = { id = "com.android.test", version.ref = "androidGradlePlugin" }
|
|
|
|
|
baselineprofile = { id = "androidx.baselineprofile", version.ref = "androidxMacroBenchmark"}
|
|
|
|
|
compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
|
|
|