Исправлено много варнингов
This commit is contained in:
@@ -1,25 +1,26 @@
|
||||
[versions]
|
||||
agp = "9.1.1"
|
||||
jacksonModuleKotlin = "2.21.2"
|
||||
kotlin = "2.3.20"
|
||||
jacksonModuleKotlin = "2.21.3"
|
||||
kotlin = "2.3.21"
|
||||
coreKtx = "1.18.0"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.3.0"
|
||||
espressoCore = "3.7.0"
|
||||
kotlinReflect = "2.3.0"
|
||||
kotlinxCoroutinesCore = "1.10.2"
|
||||
kotlinReflect = "2.3.21"
|
||||
kotlinxCoroutinesCore = "1.11.0"
|
||||
kotlinxSerializationJson = "1.11.0"
|
||||
lifecycleRuntimeKtx = "2.10.0"
|
||||
activityCompose = "1.13.0"
|
||||
composeBom = "2026.03.01"
|
||||
navigation = "2.9.7"
|
||||
composeBom = "2026.05.00"
|
||||
navigation = "2.9.8"
|
||||
hiltNavigation = "1.3.0"
|
||||
timber = "5.0.1"
|
||||
yandexAuthSdk = "3.2.0"
|
||||
daggerHilt = "2.59.2"
|
||||
ksp = "2.3.6"
|
||||
ksp = "2.3.7"
|
||||
room = "2.8.4"
|
||||
retrofit = "3.0.0"
|
||||
okhttp = "5.3.2"
|
||||
|
||||
[libraries]
|
||||
jackson-datatype-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" }
|
||||
@@ -29,6 +30,7 @@ kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-c
|
||||
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
||||
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation" }
|
||||
androidx-hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hiltNavigation" }
|
||||
androidx-hilt-lifecycle-viewmodel-compose = { group = "androidx.hilt", name = "hilt-lifecycle-viewmodel-compose", version.ref = "hiltNavigation" }
|
||||
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
|
||||
|
||||
# Yandex
|
||||
@@ -47,6 +49,7 @@ room-compiler = { group = "androidx.room", name = "room-compiler", version.ref =
|
||||
retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
|
||||
retrofit-converter-scalars = { group = "com.squareup.retrofit2", name = "converter-scalars", version.ref = "retrofit" }
|
||||
retrofit-converter-jackson = { group = "com.squareup.retrofit2", name = "converter-jackson", version.ref = "retrofit" }
|
||||
okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
||||
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
|
||||
Reference in New Issue
Block a user