Попробовал сделать экран входа с помощью курсора

This commit is contained in:
2025-12-19 00:57:58 +03:00
parent 58fe248a2c
commit 6ddd6f082b
14 changed files with 450 additions and 25 deletions

View File

@@ -1,14 +1,14 @@
[versions]
agp = "8.12.3"
kotlin = "2.0.21"
coreKtx = "1.17.0"
agp = "8.3.1"
kotlin = "2.1.0"
coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.3.0"
espressoCore = "3.7.0"
lifecycleRuntimeKtx = "2.9.4"
lifecycleViewmodel = "2.9.4"
activityCompose = "1.11.0"
composeBom = "2024.09.00"
lifecycleRuntimeKtx = "2.8.7"
lifecycleViewmodel = "2.8.7"
activityCompose = "1.9.2"
composeBom = "2024.06.00"
hilt = "2.53"
hiltNavigationCompose = "1.2.0"
room = "2.6.1"
@@ -19,8 +19,8 @@ kotlinxSerializationConverter = "1.0.0"
navigation = "2.8.4"
coil = "2.7.0"
lottie = "6.1.0"
coroutines = "1.10.0"
ksp = "2.0.21-1.0.26"
coroutines = "1.9.0"
ksp = "2.1.0-1.0.28"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

View File

@@ -1,6 +1,6 @@
#Fri Dec 05 21:32:23 MSK 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists