threads boiiiii

This commit is contained in:
2026-03-02 16:30:40 +00:00
parent d0311e7632
commit b58f745fbc
10 changed files with 910 additions and 164 deletions

View File

@@ -43,6 +43,7 @@ activity-compose = { group = "androidx.activity", name = "activity-compose", ver
navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" }
lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycleViewModel" }
lifecycle-runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "lifecycleViewModel" }
lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycleViewModel" }
# Koin
koin-android = { group = "io.insert-koin", name = "koin-android", version.ref = "koin" }