🚀 Example project to show SpaceX data built with Kotlin Multiplatform and Compose UI Multiplatform
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 5ced146..3209599 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -1,27 +1,37 @@
+import com.android.build.api.dsl.ApplicationExtension
+
plugins {
- id ("composeapp.android-app-conventions")
- alias(libs.plugins.tripletplay)
+ id("composeapp.android-app-conventions")
+}
+
+base {
+ archivesName.set("composeapp")
}
-android {
+configure
{
+ namespace = config.android.applicationId.get()
defaultConfig {
applicationId = config.android.applicationId.get()
- setProperty("archivesBaseName", "composeapp")
+ namespace = config.android.applicationId.get()
+
- testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" // https://github.com/google/dagger/issues/2033
+ testInstrumentationRunner =
+ "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
+
buildTypes {
getByName("debug") {
- namespace = config.android.applicationId.get() + ".debug"
applicationIdSuffix = ".debug"
}
getByName("release") {
- namespace = config.android.applicationId.get()
isShrinkResources = true
isMinifyEnabled = true
- proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
+ proguardFiles(
+ getDefaultProguardFile("proguard-android-optimize.txt"),
+ "proguard-rules.pro"
+ )
}
}
}
@@ -35,6 +45,7 @@ dependencies {
implementation(libs.jetbrains.compose.ui)
implementation(libs.jetbrains.compose.material3)
implementation(libs.koin.android)
+ implementation(libs.androidx.core.ktx)
testImplementation(libs.junit)
androidTestImplementation(libs.junit)
androidTestImplementation(libs.androidx.test.espresso.core)
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 87c52cb..02a4202 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -16,7 +16,6 @@
diff --git a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml
similarity index 100%
rename from app/src/main/res/drawable-v24/ic_launcher_foreground.xml
rename to app/src/main/res/drawable/ic_launcher_foreground.xml
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index ca1931b..545704f 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -1,10 +1,2 @@
-
- #FFBB86FC
- #FF6200EE
- #FF3700B3
- #FF03DAC5
- #FF018786
- #FF000000
- #FFFFFFFF
-
+
diff --git a/app/versions/dependencies/debugAndroidTestRuntimeClasspathDependencies.txt b/app/versions/dependencies/debugAndroidTestRuntimeClasspathDependencies.txt
index b4b730f..6ca0033 100644
--- a/app/versions/dependencies/debugAndroidTestRuntimeClasspathDependencies.txt
+++ b/app/versions/dependencies/debugAndroidTestRuntimeClasspathDependencies.txt
@@ -9,10 +9,8 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'.
+--- androidx.test.espresso:espresso-core:3.7.0
| +--- androidx.annotation:annotation:1.7.0 -> 1.9.1
| | \--- androidx.annotation:annotation-jvm:1.9.1
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.10
-| | +--- org.jetbrains:annotations:13.0 -> 23.0.0
-| | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.0 (c)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.0 (c)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.20
+| | \--- org.jetbrains:annotations:13.0 -> 23.0.0
| +--- androidx.concurrent:concurrent-futures:1.2.0 -> 1.1.0
| | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
@@ -23,12 +21,12 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'.
| | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
| | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0
| | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.3.10 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.3.20 (*)
| +--- androidx.test:core:1.7.0
| | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
| | +--- androidx.concurrent:concurrent-futures-ktx:1.2.0
| | | +--- androidx.concurrent:concurrent-futures:1.2.0 -> 1.1.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2
| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2
| | | | +--- org.jetbrains:annotations:23.0.0
@@ -39,29 +37,28 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'.
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 (c)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (c)
| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.2 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
| | | \--- androidx.concurrent:concurrent-futures:1.2.0 -> 1.1.0 (c)
-| | +--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.9.4
-| | | \--- androidx.lifecycle:lifecycle-common-jvm:2.9.4
+| | +--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.10.0
+| | | \--- androidx.lifecycle:lifecycle-common-jvm:2.10.0
| | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | +--- org.jspecify:jspecify:1.0.0
-| | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
| | +--- androidx.test:monitor:1.8.0 (*)
| | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*)
| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.3.10 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.3.20 (*)
| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.1 -> 1.10.2 (*)
| +--- androidx.test:monitor:1.8.0 (*)
| +--- androidx.test:runner:1.7.0
@@ -78,32 +75,32 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'.
| +--- org.hamcrest:hamcrest-core:1.3
| +--- org.hamcrest:hamcrest-library:1.3
| | \--- org.hamcrest:hamcrest-core:1.3
-| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.3.10 (*)
-+--- androidx.compose.ui:ui-test-junit4:1.10.2
-| \--- androidx.compose.ui:ui-test-junit4-android:1.10.2
-| +--- androidx.activity:activity:1.2.1 -> 1.12.3
+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.3.20 (*)
++--- androidx.compose.ui:ui-test-junit4:1.10.5
+| \--- androidx.compose.ui:ui-test-junit4-android:1.10.5
+| +--- androidx.activity:activity:1.2.1 -> 1.13.0
| | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | +--- androidx.core:core-ktx:1.16.0 -> 1.17.0
+| | +--- androidx.core:core-ktx:1.18.0
| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | +--- androidx.core:core:1.17.0
+| | | +--- androidx.core:core:1.18.0
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.annotation:annotation-experimental:1.4.1
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.3.10 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.3.20 (*)
| | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0
| | | | | \--- androidx.collection:collection-jvm:1.5.0
| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | | | +--- androidx.collection:collection-ktx:1.5.0 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.10 (c)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.20 (c)
| | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
| | | | +--- androidx.core:core-viewtree:1.0.0
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (c)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (c)
| | | | +--- androidx.interpolator:interpolator:1.0.0
| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.9.4 (*)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.9.4
-| | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.9.4
+| | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.10.0
+| | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.10.0
| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
| | | | | +--- androidx.arch.core:core-common:2.2.0
| | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
@@ -111,7 +108,7 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'.
| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | | \--- androidx.arch.core:core-common:2.2.0 (*)
| | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
| | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1
| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
@@ -119,408 +116,398 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'.
| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*)
| | | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
| | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
| | | | +--- androidx.tracing:tracing:1.2.0 (*)
| | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | \--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
| | | | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | | +--- org.jspecify:jspecify:1.0.0
-| | | | +--- androidx.core:core-ktx:1.17.0 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | +--- androidx.core:core:1.17.0 (c)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
+| | | | \--- androidx.core:core-ktx:1.18.0 (c)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | \--- androidx.core:core:1.18.0 (c)
| | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4
-| | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.9.4
+| | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.10.0 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0
+| | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.10.0
| | | +--- androidx.annotation:annotation:1.9.1 (*)
| | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
-| | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.9.4
-| | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.9.4
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.10.0
+| | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.10.0
| | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | +--- androidx.core:core-ktx:1.2.0 -> 1.17.0 (*)
-| | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4
+| | | +--- androidx.core:core-ktx:1.2.0 -> 1.18.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0
| | | | +--- androidx.arch.core:core-common:2.2.0 (*)
| | | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
-| | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | | +--- org.jspecify:jspecify:1.0.0
-| | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | | +--- androidx.savedstate:savedstate:1.3.1 -> 1.3.3
-| | | | \--- androidx.savedstate:savedstate-android:1.3.3
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- androidx.savedstate:savedstate:1.4.0
+| | | | \--- androidx.savedstate:savedstate-android:1.4.0
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.core:core-ktx:1.13.1 -> 1.17.0 (*)
+| | | | +--- androidx.core:core-ktx:1.13.1 -> 1.18.0 (*)
| | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | +--- androidx.lifecycle:lifecycle-common:2.9.2 -> 2.9.4 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.9.2 -> 2.10.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0
| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.10.0
| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.10.0 (c)
| | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | +--- androidx.savedstate:savedstate-compose:1.3.3 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | \--- androidx.savedstate:savedstate-ktx:1.3.3 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | +--- androidx.savedstate:savedstate-compose:1.4.0 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | \--- androidx.savedstate:savedstate-ktx:1.4.0 (c)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | +--- androidx.navigationevent:navigationevent:1.0.2
-| | | \--- androidx.navigationevent:navigationevent-android:1.0.2
+| | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | +--- androidx.navigationevent:navigationevent:1.0.0
+| | | \--- androidx.navigationevent:navigationevent-android:1.0.0
| | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | +--- androidx.compose.runtime:runtime-annotation:1.9.0 -> 1.10.2
-| | | | \--- androidx.compose.runtime:runtime-annotation-android:1.10.2
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (c)
-| | | | +--- androidx.compose.runtime:runtime-retain:1.10.2 (c)
-| | | | \--- androidx.compose.runtime:runtime-saveable:1.10.2 (c)
+| | | +--- androidx.compose.runtime:runtime-annotation:1.9.0 -> 1.10.5
+| | | | \--- androidx.compose.runtime:runtime-annotation-android:1.10.5
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (c)
+| | | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (c)
+| | | | \--- androidx.compose.runtime:runtime-saveable:1.10.5 (c)
| | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | +--- androidx.navigationevent:navigationevent-compose:1.0.2 (c)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
+| | | +--- androidx.navigationevent:navigationevent-compose:1.0.0 (c)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
| | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
-| | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
+| | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
| | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | +--- androidx.activity:activity-compose:1.12.3 (c)
-| | \--- androidx.activity:activity-ktx:1.12.3 (c)
-| +--- androidx.activity:activity-compose:1.3.0 -> 1.12.3
-| | +--- androidx.activity:activity:1.12.3 (*)
-| | +--- androidx.compose.runtime:runtime:1.7.0 -> 1.10.2
-| | | \--- androidx.compose.runtime:runtime-android:1.10.2
+| | +--- androidx.activity:activity-compose:1.13.0 (c)
+| | \--- androidx.activity:activity-ktx:1.13.0 (c)
+| +--- androidx.activity:activity-compose:1.3.0 -> 1.13.0
+| | +--- androidx.activity:activity:1.13.0 (*)
+| | +--- androidx.compose.runtime:runtime:1.7.0 -> 1.10.5
+| | | \--- androidx.compose.runtime:runtime-android:1.10.5
| | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | | +--- androidx.compose.runtime:runtime-annotation:1.10.5 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-retain:1.10.2 (c)
-| | | \--- androidx.compose.runtime:runtime-saveable:1.10.2 (c)
-| | +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.10.2
-| | | \--- androidx.compose.runtime:runtime-saveable-android:1.10.2
+| | | +--- androidx.compose.runtime:runtime-annotation:1.10.5 (c)
+| | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (c)
+| | | \--- androidx.compose.runtime:runtime-saveable:1.10.5 (c)
+| | +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.10.5
+| | | \--- androidx.compose.runtime:runtime-saveable-android:1.10.5
| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4
-| | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.9.4
+| | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 -> 2.10.0
+| | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.10.0
| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4
-| | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.9.4
+| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0
+| | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.10.0
| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | +--- androidx.savedstate:savedstate-compose:1.3.2 -> 1.3.3
-| | | | \--- androidx.savedstate:savedstate-compose-android:1.3.3
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | +--- androidx.savedstate:savedstate-compose:1.3.2 -> 1.4.0
+| | | | \--- androidx.savedstate:savedstate-compose-android:1.4.0
| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.core:core-ktx:1.13.1 -> 1.17.0 (*)
-| | | | +--- androidx.savedstate:savedstate:1.3.3 (*)
-| | | | +--- androidx.savedstate:savedstate:1.3.3 (c)
-| | | | \--- androidx.savedstate:savedstate-ktx:1.3.3 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (c)
-| | | \--- androidx.compose.runtime:runtime-retain:1.10.2 (c)
-| | +--- androidx.compose.ui:ui:1.0.1 -> 1.10.2
-| | | \--- androidx.compose.ui:ui-android:1.10.2
-| | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.12.3
-| | | | +--- androidx.activity:activity:1.12.3 (*)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.9.4 (*)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.9.4
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.3.3
-| | | | | +--- androidx.savedstate:savedstate:1.3.3 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- androidx.savedstate:savedstate:1.3.3 (c)
-| | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- androidx.activity:activity:1.12.3 (c)
-| | | | \--- androidx.activity:activity-compose:1.12.3 (c)
+| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.core:core-ktx:1.13.1 -> 1.18.0 (*)
+| | | | +--- androidx.savedstate:savedstate:1.4.0 (*)
+| | | | +--- androidx.savedstate:savedstate:1.4.0 (c)
+| | | | \--- androidx.savedstate:savedstate-ktx:1.4.0 (c)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | +--- androidx.compose.runtime:runtime:1.10.5 (c)
+| | | +--- androidx.compose.runtime:runtime-annotation:1.10.5 (c)
+| | | \--- androidx.compose.runtime:runtime-retain:1.10.5 (c)
+| | +--- androidx.compose.ui:ui:1.0.1 -> 1.10.5
+| | | \--- androidx.compose.ui:ui-android:1.10.5
+| | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.13.0
+| | | | +--- androidx.activity:activity:1.13.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.10.0
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0
+| | | | | +--- androidx.savedstate:savedstate:1.4.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- androidx.savedstate:savedstate:1.4.0 (c)
+| | | | | +--- androidx.savedstate:savedstate-compose:1.4.0 (c)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | +--- androidx.activity:activity:1.13.0 (c)
+| | | | \--- androidx.activity:activity-compose:1.13.0 (c)
| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | +--- androidx.autofill:autofill:1.0.0
-| | | | \--- androidx.core:core:1.1.0 -> 1.17.0 (*)
+| | | | \--- androidx.core:core:1.1.0 -> 1.18.0 (*)
| | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | +--- androidx.compose.runtime:runtime-retain:1.10.2
-| | | | \--- androidx.compose.runtime:runtime-retain-android:1.10.2
+| | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | +--- androidx.compose.runtime:runtime-retain:1.10.5
+| | | | \--- androidx.compose.runtime:runtime-retain-android:1.10.5
| | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (c)
-| | | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (c)
-| | | | \--- androidx.compose.runtime:runtime-saveable:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-saveable:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-geometry:1.10.2
-| | | | \--- androidx.compose.ui:ui-geometry-android:1.10.2
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (c)
+| | | | +--- androidx.compose.runtime:runtime-annotation:1.10.5 (c)
+| | | | \--- androidx.compose.runtime:runtime-saveable:1.10.5 (c)
+| | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-geometry:1.10.5
+| | | | \--- androidx.compose.ui:ui-geometry-android:1.10.5
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-util:1.10.2
-| | | | | \--- androidx.compose.ui:ui-util-android:1.10.2
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-util:1.10.5
+| | | | | \--- androidx.compose.ui:ui-util-android:1.10.5
| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | | | +--- androidx.collection:collection:1.4.3 -> 1.5.0 (*)
-| | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-test:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-test-junit4:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | | \--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-test:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-test-junit4:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-graphics:1.10.2
-| | | | \--- androidx.compose.ui:ui-graphics-android:1.10.2
+| | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-test:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-test-junit4:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | \--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-test:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-test-junit4:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-graphics:1.10.5
+| | | | \--- androidx.compose.ui:ui-graphics-android:1.10.5
| | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
| | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2
-| | | | | \--- androidx.compose.ui:ui-unit-android:1.10.2
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-unit:1.10.5
+| | | | | \--- androidx.compose.ui:ui-unit-android:1.10.5
| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
| | | | | +--- androidx.collection:collection-ktx:1.4.2 -> 1.5.0
| | | | | | +--- androidx.collection:collection:1.5.0 (*)
| | | | | | \--- androidx.collection:collection:1.5.0 (c)
-| | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (*)
-| | | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-test:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-test-junit4:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | +--- androidx.core:core:1.12.0 -> 1.17.0 (*)
+| | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-test:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-test-junit4:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | +--- androidx.core:core:1.12.0 -> 1.18.0 (*)
| | | | +--- androidx.graphics:graphics-path:1.0.1
-| | | | | +--- androidx.core:core:1.12.0 -> 1.17.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-test:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-test-junit4:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-text:1.10.2
-| | | | \--- androidx.compose.ui:ui-text-android:1.10.2
+| | | | | +--- androidx.core:core:1.12.0 -> 1.18.0 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-test:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-test-junit4:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-text:1.10.5
+| | | | \--- androidx.compose.ui:ui-text-android:1.10.5
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | +--- androidx.compose.runtime:runtime-saveable:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | +--- androidx.core:core:1.7.0 -> 1.17.0 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | +--- androidx.core:core:1.7.0 -> 1.18.0 (*)
| | | | +--- androidx.emoji2:emoji2:1.4.0
| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
| | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | +--- androidx.core:core:1.3.0 -> 1.17.0 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.9.4
+| | | | | +--- androidx.core:core:1.3.0 -> 1.18.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.10.0
| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
| | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | \--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
| | | | | \--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-test:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-test-junit4:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | +--- androidx.core:core:1.16.0 -> 1.17.0 (*)
+| | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-test:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-test-junit4:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | +--- androidx.core:core:1.16.0 -> 1.18.0 (*)
| | | +--- androidx.customview:customview-poolingcontainer:1.0.0
-| | | | +--- androidx.core:core-ktx:1.5.0 -> 1.17.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.3.10 (*)
+| | | | +--- androidx.core:core-ktx:1.5.0 -> 1.18.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.3.20 (*)
| | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*)
-| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.2 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 -> 2.9.4 (*)
+| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.2 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 -> 2.10.0 (*)
| | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
-| | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.3.3 (*)
-| | | +--- androidx.savedstate:savedstate-ktx:1.3.1 -> 1.3.3 (*)
+| | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.4.0 (*)
+| | | +--- androidx.savedstate:savedstate-ktx:1.3.1 -> 1.4.0 (*)
| | | +--- androidx.transition:transition:1.6.0
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | +--- androidx.core:core:1.16.0 -> 1.17.0 (*)
+| | | | +--- androidx.core:core:1.16.0 -> 1.18.0 (*)
| | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0
-| | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
+| | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
| | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
| | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0
| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
+| | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
| | | | | +--- androidx.documentfile:documentfile:1.0.0
| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
| | | | | +--- androidx.loader:loader:1.0.0
| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.9.4
+| | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.10.0
| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*)
| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4
-| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (*)
-| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.9.4 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.10.0 (*)
| | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
| | | | | \--- androidx.print:print:1.0.0
@@ -529,82 +516,82 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'.
| | | +--- androidx.window:window:1.5.0
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | +--- androidx.core:core:1.8.0 -> 1.17.0 (*)
+| | | | +--- androidx.core:core:1.8.0 -> 1.18.0 (*)
| | | | +--- androidx.window:window-core:1.5.0
| | | | | \--- androidx.window:window-core-android:1.5.0
| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | | | +--- androidx.window:window:1.5.0 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
| | | | +--- org.jspecify:jspecify:1.0.0
| | | | +--- androidx.window:window-core:1.5.0 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | +--- org.jspecify:jspecify:1.0.0
-| | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-test:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-test-junit4:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | +--- androidx.core:core-ktx:1.13.0 -> 1.17.0 (*)
-| | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | +--- androidx.navigationevent:navigationevent-compose:1.0.2
-| | | \--- androidx.navigationevent:navigationevent-compose-android:1.0.2
-| | | +--- androidx.compose.runtime:runtime:1.9.2 -> 1.10.2 (*)
-| | | +--- androidx.compose.ui:ui:1.9.2 -> 1.10.2 (*)
-| | | +--- androidx.navigationevent:navigationevent:1.0.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-test:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-test-junit4:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | +--- androidx.core:core-ktx:1.18.0 (*)
+| | +--- androidx.lifecycle:lifecycle-common:2.9.4 -> 2.10.0 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 -> 2.10.0 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 -> 2.10.0 (*)
+| | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 -> 2.10.0 (*)
+| | +--- androidx.navigationevent:navigationevent-compose:1.0.0
+| | | \--- androidx.navigationevent:navigationevent-compose-android:1.0.0
+| | | +--- androidx.compose.runtime:runtime:1.9.2 -> 1.10.5 (*)
+| | | +--- androidx.compose.ui:ui:1.9.2 -> 1.10.5 (*)
+| | | +--- androidx.navigationevent:navigationevent:1.0.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | +--- androidx.navigationevent:navigationevent:1.0.2 (c)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | | +--- androidx.navigationevent:navigationevent:1.0.0 (c)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | +--- androidx.activity:activity:1.12.3 (c)
-| | \--- androidx.activity:activity-ktx:1.12.3 (c)
+| | +--- androidx.activity:activity:1.13.0 (c)
+| | \--- androidx.activity:activity-ktx:1.13.0 (c)
| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| +--- androidx.compose.runtime:runtime-saveable:1.6.0 -> 1.10.2 (*)
-| +--- androidx.compose.ui:ui-test:1.10.2
-| | \--- androidx.compose.ui:ui-test-android:1.10.2
-| | +--- androidx.activity:activity-compose:1.3.0 -> 1.12.3 (*)
+| +--- androidx.compose.runtime:runtime-saveable:1.6.0 -> 1.10.5 (*)
+| +--- androidx.compose.ui:ui-test:1.10.5
+| | \--- androidx.compose.ui:ui-test-android:1.10.5
+| | +--- androidx.activity:activity-compose:1.3.0 -> 1.13.0 (*)
| | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | +--- androidx.compose.ui:ui-graphics:1.10.2 (*)
-| | +--- androidx.compose.ui:ui-text:1.10.2 (*)
-| | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | +--- androidx.core:core-ktx:1.12.0 -> 1.17.0 (*)
+| | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | +--- androidx.compose.ui:ui-text:1.10.5 (*)
+| | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | +--- androidx.core:core-ktx:1.12.0 -> 1.18.0 (*)
| | +--- androidx.test:monitor:1.6.1 -> 1.8.0 (*)
| | +--- androidx.test.espresso:espresso-core:3.5.0 -> 3.7.0 (*)
| | +--- androidx.test.espresso:espresso-idling-resource:3.5.0 -> 3.7.0
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0 -> 1.10.2
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.2
| | | +--- org.jetbrains:annotations:23.0.0
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
-| | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-test-junit4:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | \--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.9.4 (*)
-| +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.9.4 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
+| | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-test-junit4:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | \--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.10.0 (*)
+| +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.10.0 (*)
| +--- androidx.test:core:1.5.0 -> 1.7.0 (*)
| +--- androidx.test:monitor:1.6.1 -> 1.8.0 (*)
| +--- androidx.test.ext:junit:1.1.5
@@ -613,89 +600,158 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'.
| | +--- androidx.test:monitor:1.6.1 -> 1.8.0 (*)
| | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
| +--- junit:junit:4.13.2 (*)
-| +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0 -> 1.10.2 (*)
-| +--- androidx.compose.ui:ui-test:1.10.2 (c)
-| +--- androidx.compose.ui:ui:1.10.2 (c)
-| +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| +--- androidx.compose.ui:ui-util:1.10.2 (c)
-| \--- androidx.compose.ui:ui-geometry:1.10.2 (c)
+| +--- androidx.compose.ui:ui-test:1.10.5 (c)
+| +--- androidx.compose.ui:ui:1.10.5 (c)
+| +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| +--- androidx.compose.ui:ui-util:1.10.5 (c)
+| \--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+--- dev.gitlive:firebase-firestore:2.4.0
| \--- dev.gitlive:firebase-firestore-android:2.4.0
-| +--- com.google.firebase:firebase-firestore -> 25.1.4
+| +--- com.google.firebase:firebase-firestore -> 26.1.1
| | +--- com.google.firebase:protolite-well-known-types:18.0.1
| | | \--- com.google.protobuf:protobuf-javalite:3.25.5
-| | +--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.2.0
-| | | \--- com.google.android.gms:play-services-basement:18.4.0
+| | +--- com.google.android.gms:play-services-tasks:18.4.0
+| | | \--- com.google.android.gms:play-services-basement:18.8.0 -> 18.9.0
| | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | +--- androidx.core:core:1.2.0 -> 1.17.0 (*)
+| | | +--- androidx.core:core:1.2.0 -> 1.18.0 (*)
| | | \--- androidx.fragment:fragment:1.1.0 -> 1.8.9
-| | | +--- androidx.activity:activity:1.8.1 -> 1.12.3 (*)
+| | | +--- androidx.activity:activity:1.8.1 -> 1.13.0 (*)
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
| | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | +--- androidx.core:core-ktx:1.2.0 -> 1.17.0 (*)
-| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.9.4 (*)
+| | | +--- androidx.core:core-ktx:1.2.0 -> 1.18.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.10.0 (*)
| | | +--- androidx.loader:loader:1.0.0 (*)
| | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
-| | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
+| | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
| | | +--- androidx.viewpager:viewpager:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
+| | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
| | | | \--- androidx.customview:customview:1.0.0
| | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | \--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | +--- com.google.firebase:firebase-annotations:16.2.0
+| | | | \--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | +--- com.google.firebase:firebase-annotations:17.0.0
| | | \--- javax.inject:javax.inject:1
| | +--- com.google.firebase:firebase-appcheck-interop:17.0.0
-| | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0
+| | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0
| | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | +--- androidx.core:core:1.2.0 -> 1.17.0 (*)
-| | | | +--- androidx.fragment:fragment:1.0.0 -> 1.8.9 (*)
-| | | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.4.0 (*)
-| | | | \--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.2.0 (*)
-| | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
+| | | | +--- androidx.core:core:1.9.0 -> 1.18.0 (*)
+| | | | +--- androidx.fragment:fragment:1.1.0 -> 1.8.9 (*)
+| | | | +--- com.google.android.gms:play-services-basement:18.9.0 (*)
+| | | | \--- com.google.android.gms:play-services-tasks:18.4.0 (*)
+| | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
| | +--- com.google.firebase:firebase-auth-interop:19.0.2 -> 20.0.0
-| | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.4.0 (*)
-| | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.2.0 (*)
-| | | \--- com.google.firebase:firebase-annotations:16.0.0 -> 16.2.0 (*)
-| | +--- com.google.firebase:firebase-common:21.0.0
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.10.2
+| | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.9.0 (*)
+| | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.4.0 (*)
+| | | \--- com.google.firebase:firebase-annotations:16.0.0 -> 17.0.0 (*)
+| | +--- com.google.firebase:firebase-common:22.0.1
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0 -> 1.10.2
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.2.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
-| | | +--- com.google.firebase:firebase-components:18.0.0
-| | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
+| | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.4.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
+| | | +--- com.google.firebase:firebase-components:19.0.0
+| | | | +--- com.google.firebase:firebase-annotations:17.0.0 (*)
| | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
| | | | \--- com.google.errorprone:error_prone_annotations:2.26.0
-| | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
+| | | +--- com.google.firebase:firebase-annotations:17.0.0 (*)
+| | | +--- androidx.datastore:datastore-preferences:1.1.7
+| | | | \--- androidx.datastore:datastore-preferences-android:1.1.7
+| | | | +--- androidx.datastore:datastore:1.1.7
+| | | | | \--- androidx.datastore:datastore-android:1.1.7
+| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+| | | | | +--- androidx.datastore:datastore-core:1.1.7
+| | | | | | \--- androidx.datastore:datastore-core-android:1.1.7
+| | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.3.20 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | \--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-core-okio:1.1.7
+| | | | | | \--- androidx.datastore:datastore-core-okio-jvm:1.1.7
+| | | | | | +--- androidx.datastore:datastore-core:1.1.7 (*)
+| | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4
+| | | | | | | \--- com.squareup.okio:okio-jvm:3.16.4
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | \--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | +--- androidx.datastore:datastore-preferences-core:1.1.7
+| | | | | \--- androidx.datastore:datastore-preferences-core-android:1.1.7
+| | | | | +--- androidx.datastore:datastore-core:1.1.7 (*)
+| | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (*)
+| | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7
+| | | | | | +--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7
+| | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | \--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
| | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
| | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.4.0 (*)
-| | | \--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.2.0 (*)
-| | +--- com.google.firebase:firebase-common-ktx:21.0.0
-| | | +--- com.google.firebase:firebase-common:21.0.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.0
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.10 (*)
-| | | +--- com.google.firebase:firebase-components:18.0.0 (*)
-| | | \--- com.google.firebase:firebase-annotations:16.2.0 (*)
-| | +--- com.google.firebase:firebase-components:18.0.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.9.0 (*)
+| | | \--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.4.0 (*)
+| | +--- com.google.firebase:firebase-components:19.0.0 (*)
| | +--- com.google.firebase:firebase-database-collection:18.0.1
-| | | \--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
+| | | \--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
| | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | +--- com.google.android.gms:play-services-base:18.1.0 (*)
-| | +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.4.0 (*)
+| | +--- com.google.android.gms:play-services-base:18.9.0 (*)
+| | +--- com.google.android.gms:play-services-basement:18.9.0 (*)
| | +--- io.grpc:grpc-android:1.62.2
| | | +--- io.grpc:grpc-api:1.62.2
| | | | +--- com.google.code.findbugs:jsr305:3.0.2
@@ -725,9 +781,7 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'.
| | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
| | | | \--- com.google.guava:guava:32.1.3-android (*)
| | | +--- io.grpc:grpc-core:1.62.2 (*)
-| | | +--- com.squareup.okio:okio:3.4.0 -> 3.15.0
-| | | | \--- com.squareup.okio:okio-jvm:3.15.0
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
+| | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
| | | +--- com.google.guava:guava:32.1.3-android (*)
| | | \--- io.perfmark:perfmark-api:0.26.0
| | +--- io.grpc:grpc-protobuf-lite:1.62.2
@@ -739,154 +793,153 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'.
| | | +--- io.grpc:grpc-api:1.62.2 (*)
| | | +--- com.google.guava:guava:32.1.3-android (*)
| | | \--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | \--- com.google.re2j:re2j:1.6
| +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| +--- com.google.firebase:firebase-bom:33.15.0
-| | +--- com.google.firebase:firebase-common:21.0.0 (c)
-| | +--- com.google.firebase:firebase-common-ktx:21.0.0 (c)
-| | \--- com.google.firebase:firebase-firestore:25.1.4 (c)
+| +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0
+| | +--- com.google.firebase:firebase-common:22.0.1 (c)
+| | \--- com.google.firebase:firebase-firestore:26.1.1 (c)
| +--- dev.gitlive:firebase-app:2.4.0
| | \--- dev.gitlive:firebase-app-android:2.4.0
-| | +--- com.google.firebase:firebase-common -> 21.0.0 (*)
+| | +--- com.google.firebase:firebase-common -> 22.0.1 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | +--- com.google.firebase:firebase-bom:33.15.0 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
| | +--- dev.gitlive:firebase-common:2.4.0
| | | \--- dev.gitlive:firebase-common-android:2.4.0
-| | | +--- com.google.firebase:firebase-common -> 21.0.0 (*)
+| | | +--- com.google.firebase:firebase-common -> 22.0.1 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
+| | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| +--- dev.gitlive:firebase-common:2.4.0 (*)
-| +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
| +--- dev.gitlive:firebase-common-internal:2.4.0
| | \--- dev.gitlive:firebase-common-internal-android:2.4.0
-| | +--- com.google.firebase:firebase-common -> 21.0.0 (*)
+| | +--- com.google.firebase:firebase-common -> 22.0.1 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | +--- com.google.firebase:firebase-bom:33.15.0 (*)
+| | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-+--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-+--- org.jetbrains.kotlin:kotlin-parcelize-runtime:{strictly 2.3.10} -> 2.3.10 (c)
++--- junit:junit:{strictly 4.13.2} -> 4.13.2 (c)
+--- dev.gitlive:firebase-firestore:{strictly 2.4.0} -> 2.4.0 (c)
++--- org.hamcrest:hamcrest-core:{strictly 1.3} -> 1.3 (c)
+--- androidx.annotation:annotation:{strictly 1.9.1} -> 1.9.1 (c)
+--- androidx.concurrent:concurrent-futures:{strictly 1.1.0} -> 1.1.0 (c)
+--- com.google.code.findbugs:jsr305:{strictly 3.0.2} -> 3.0.2 (c)
+--- com.google.errorprone:error_prone_annotations:{strictly 2.26.0} -> 2.26.0 (c)
+--- com.google.guava:listenablefuture:{strictly 9999.0-empty-to-avoid-conflict-with-guava} -> 9999.0-empty-to-avoid-conflict-with-guava (c)
+--- javax.inject:javax.inject:{strictly 1} -> 1 (c)
-+--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 2.3.10} -> 2.3.10 (c)
++--- org.jetbrains.kotlin:kotlin-stdlib:{strictly 2.3.20} -> 2.3.20 (c)
+--- dev.gitlive:firebase-firestore-android:{strictly 2.4.0} -> 2.4.0 (c)
-+--- androidx.lifecycle:lifecycle-common:{strictly 2.9.4} -> 2.9.4 (c)
++--- androidx.lifecycle:lifecycle-common:{strictly 2.10.0} -> 2.10.0 (c)
+--- androidx.tracing:tracing:{strictly 1.2.0} -> 1.2.0 (c)
+--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:{strictly 1.10.2} -> 1.10.2 (c)
+--- androidx.annotation:annotation-jvm:{strictly 1.9.1} -> 1.9.1 (c)
+--- org.jetbrains:annotations:{strictly 23.0.0} -> 23.0.0 (c)
-+--- androidx.activity:activity:{strictly 1.12.3} -> 1.12.3 (c)
-+--- androidx.activity:activity-compose:{strictly 1.12.3} -> 1.12.3 (c)
-+--- androidx.compose.runtime:runtime-saveable:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.lifecycle:lifecycle-runtime:{strictly 2.9.4} -> 2.9.4 (c)
++--- androidx.activity:activity:{strictly 1.13.0} -> 1.13.0 (c)
++--- androidx.activity:activity-compose:{strictly 1.13.0} -> 1.13.0 (c)
++--- androidx.compose.runtime:runtime-saveable:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.lifecycle:lifecycle-runtime:{strictly 2.10.0} -> 2.10.0 (c)
+--- org.jetbrains.kotlinx:kotlinx-coroutines-core:{strictly 1.10.2} -> 1.10.2 (c)
-+--- com.google.firebase:firebase-firestore:{strictly 25.1.4} -> 25.1.4 (c)
++--- com.google.firebase:firebase-firestore:{strictly 26.1.1} -> 26.1.1 (c)
+--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:{strictly 1.10.2} -> 1.10.2 (c)
-+--- com.google.firebase:firebase-bom:{strictly 33.15.0} -> 33.15.0 (c)
++--- com.google.firebase:firebase-bom:{strictly 34.10.0} -> 34.10.0 (c)
+--- dev.gitlive:firebase-app:{strictly 2.4.0} -> 2.4.0 (c)
+--- dev.gitlive:firebase-common:{strictly 2.4.0} -> 2.4.0 (c)
+--- dev.gitlive:firebase-common-internal:{strictly 2.4.0} -> 2.4.0 (c)
-+--- androidx.lifecycle:lifecycle-common-jvm:{strictly 2.9.4} -> 2.9.4 (c)
++--- androidx.lifecycle:lifecycle-common-jvm:{strictly 2.10.0} -> 2.10.0 (c)
+--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.core:core-ktx:{strictly 1.17.0} -> 1.17.0 (c)
++--- androidx.core:core-ktx:{strictly 1.18.0} -> 1.18.0 (c)
+--- androidx.core:core-viewtree:{strictly 1.0.0} -> 1.0.0 (c)
-+--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.9.4} -> 2.9.4 (c)
-+--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.9.4} -> 2.9.4 (c)
-+--- androidx.navigationevent:navigationevent:{strictly 1.0.2} -> 1.0.2 (c)
++--- androidx.lifecycle:lifecycle-viewmodel:{strictly 2.10.0} -> 2.10.0 (c)
++--- androidx.lifecycle:lifecycle-viewmodel-savedstate:{strictly 2.10.0} -> 2.10.0 (c)
++--- androidx.navigationevent:navigationevent:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.profileinstaller:profileinstaller:{strictly 1.4.1} -> 1.4.1 (c)
-+--- androidx.savedstate:savedstate:{strictly 1.3.3} -> 1.3.3 (c)
-+--- androidx.compose.runtime:runtime:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.compose.ui:ui:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.lifecycle:lifecycle-runtime-compose:{strictly 2.9.4} -> 2.9.4 (c)
-+--- androidx.navigationevent:navigationevent-compose:{strictly 1.0.2} -> 1.0.2 (c)
-+--- androidx.compose.runtime:runtime-saveable-android:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.lifecycle:lifecycle-runtime-android:{strictly 2.9.4} -> 2.9.4 (c)
++--- androidx.savedstate:savedstate:{strictly 1.4.0} -> 1.4.0 (c)
++--- androidx.compose.runtime:runtime:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.compose.ui:ui:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.lifecycle:lifecycle-runtime-compose:{strictly 2.10.0} -> 2.10.0 (c)
++--- androidx.navigationevent:navigationevent-compose:{strictly 1.0.0} -> 1.0.0 (c)
++--- androidx.compose.runtime:runtime-saveable-android:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.lifecycle:lifecycle-runtime-android:{strictly 2.10.0} -> 2.10.0 (c)
+--- com.google.firebase:protolite-well-known-types:{strictly 18.0.1} -> 18.0.1 (c)
-+--- com.google.android.gms:play-services-tasks:{strictly 18.2.0} -> 18.2.0 (c)
-+--- com.google.firebase:firebase-annotations:{strictly 16.2.0} -> 16.2.0 (c)
++--- com.google.android.gms:play-services-tasks:{strictly 18.4.0} -> 18.4.0 (c)
++--- com.google.firebase:firebase-annotations:{strictly 17.0.0} -> 17.0.0 (c)
+--- com.google.firebase:firebase-appcheck-interop:{strictly 17.0.0} -> 17.0.0 (c)
+--- com.google.firebase:firebase-auth-interop:{strictly 20.0.0} -> 20.0.0 (c)
-+--- com.google.firebase:firebase-common:{strictly 21.0.0} -> 21.0.0 (c)
-+--- com.google.firebase:firebase-common-ktx:{strictly 21.0.0} -> 21.0.0 (c)
-+--- com.google.firebase:firebase-components:{strictly 18.0.0} -> 18.0.0 (c)
++--- com.google.firebase:firebase-common:{strictly 22.0.1} -> 22.0.1 (c)
++--- com.google.firebase:firebase-components:{strictly 19.0.0} -> 19.0.0 (c)
+--- com.google.firebase:firebase-database-collection:{strictly 18.0.1} -> 18.0.1 (c)
-+--- com.google.android.gms:play-services-base:{strictly 18.1.0} -> 18.1.0 (c)
-+--- com.google.android.gms:play-services-basement:{strictly 18.4.0} -> 18.4.0 (c)
++--- com.google.android.gms:play-services-base:{strictly 18.9.0} -> 18.9.0 (c)
++--- com.google.android.gms:play-services-basement:{strictly 18.9.0} -> 18.9.0 (c)
+--- io.grpc:grpc-android:{strictly 1.62.2} -> 1.62.2 (c)
+--- io.grpc:grpc-okhttp:{strictly 1.62.2} -> 1.62.2 (c)
+--- io.grpc:grpc-protobuf-lite:{strictly 1.62.2} -> 1.62.2 (c)
+--- io.grpc:grpc-stub:{strictly 1.62.2} -> 1.62.2 (c)
++--- com.google.re2j:re2j:{strictly 1.6} -> 1.6 (c)
+--- dev.gitlive:firebase-app-android:{strictly 2.4.0} -> 2.4.0 (c)
+--- dev.gitlive:firebase-common-android:{strictly 2.4.0} -> 2.4.0 (c)
+--- dev.gitlive:firebase-common-internal-android:{strictly 2.4.0} -> 2.4.0 (c)
+--- org.jspecify:jspecify:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.collection:collection:{strictly 1.5.0} -> 1.5.0 (c)
-+--- androidx.compose.ui:ui-graphics:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.compose.ui:ui-text:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.compose.ui:ui-unit:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.compose.ui:ui-util:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.core:core:{strictly 1.17.0} -> 1.17.0 (c)
-+--- androidx.lifecycle:lifecycle-viewmodel-android:{strictly 2.9.4} -> 2.9.4 (c)
-+--- androidx.lifecycle:lifecycle-viewmodel-savedstate-android:{strictly 2.9.4} -> 2.9.4 (c)
-+--- androidx.navigationevent:navigationevent-android:{strictly 1.0.2} -> 1.0.2 (c)
++--- androidx.compose.ui:ui-graphics:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.compose.ui:ui-text:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.compose.ui:ui-unit:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.compose.ui:ui-util:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.core:core:{strictly 1.18.0} -> 1.18.0 (c)
++--- androidx.lifecycle:lifecycle-viewmodel-android:{strictly 2.10.0} -> 2.10.0 (c)
++--- androidx.lifecycle:lifecycle-viewmodel-savedstate-android:{strictly 2.10.0} -> 2.10.0 (c)
++--- androidx.navigationevent:navigationevent-android:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.startup:startup-runtime:{strictly 1.1.1} -> 1.1.1 (c)
-+--- androidx.savedstate:savedstate-android:{strictly 1.3.3} -> 1.3.3 (c)
-+--- androidx.compose.ui:ui-android:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.compose.runtime:runtime-android:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.lifecycle:lifecycle-runtime-compose-android:{strictly 2.9.4} -> 2.9.4 (c)
-+--- androidx.navigationevent:navigationevent-compose-android:{strictly 1.0.2} -> 1.0.2 (c)
-+--- androidx.savedstate:savedstate-compose:{strictly 1.3.3} -> 1.3.3 (c)
++--- androidx.savedstate:savedstate-android:{strictly 1.4.0} -> 1.4.0 (c)
++--- androidx.compose.ui:ui-android:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.compose.runtime:runtime-android:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.lifecycle:lifecycle-runtime-compose-android:{strictly 2.10.0} -> 2.10.0 (c)
++--- androidx.navigationevent:navigationevent-compose-android:{strictly 1.0.0} -> 1.0.0 (c)
++--- androidx.savedstate:savedstate-compose:{strictly 1.4.0} -> 1.4.0 (c)
+--- androidx.arch.core:core-common:{strictly 2.2.0} -> 2.2.0 (c)
+--- androidx.arch.core:core-runtime:{strictly 2.2.0} -> 2.2.0 (c)
+--- org.jetbrains.kotlinx:kotlinx-coroutines-android:{strictly 1.10.2} -> 1.10.2 (c)
+--- com.google.protobuf:protobuf-javalite:{strictly 3.25.5} -> 3.25.5 (c)
-+--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:{strictly 1.9.0} -> 1.9.0 (c)
++--- androidx.datastore:datastore-preferences:{strictly 1.1.7} -> 1.1.7 (c)
+--- androidx.fragment:fragment:{strictly 1.8.9} -> 1.8.9 (c)
+--- io.grpc:grpc-api:{strictly 1.62.2} -> 1.62.2 (c)
+--- io.grpc:grpc-core:{strictly 1.62.2} -> 1.62.2 (c)
+--- com.google.guava:guava:{strictly 32.1.3-android} -> 32.1.3-android (c)
+--- io.grpc:grpc-util:{strictly 1.62.2} -> 1.62.2 (c)
-+--- com.squareup.okio:okio:{strictly 3.15.0} -> 3.15.0 (c)
++--- com.squareup.okio:okio:{strictly 3.16.4} -> 3.16.4 (c)
+--- io.perfmark:perfmark-api:{strictly 0.26.0} -> 0.26.0 (c)
+--- org.jetbrains.kotlinx:kotlinx-serialization-core:{strictly 1.10.0} -> 1.10.0 (c)
-+--- androidx.compose.ui:ui-graphics-android:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.compose.ui:ui-text-android:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.compose.ui:ui-unit-android:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.compose.ui:ui-util-android:{strictly 1.10.2} -> 1.10.2 (c)
++--- androidx.compose.ui:ui-graphics-android:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.compose.ui:ui-text-android:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.compose.ui:ui-unit-android:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.compose.ui:ui-util-android:{strictly 1.10.5} -> 1.10.5 (c)
+--- androidx.collection:collection-jvm:{strictly 1.5.0} -> 1.5.0 (c)
+--- androidx.annotation:annotation-experimental:{strictly 1.4.1} -> 1.4.1 (c)
+--- androidx.interpolator:interpolator:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.versionedparcelable:versionedparcelable:{strictly 1.1.1} -> 1.1.1 (c)
-+--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.9.4} -> 2.9.4 (c)
-+--- androidx.compose.runtime:runtime-annotation:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.activity:activity-ktx:{strictly 1.12.3} -> 1.12.3 (c)
++--- androidx.lifecycle:lifecycle-livedata-core:{strictly 2.10.0} -> 2.10.0 (c)
++--- androidx.compose.runtime:runtime-annotation:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.activity:activity-ktx:{strictly 1.13.0} -> 1.13.0 (c)
+--- androidx.autofill:autofill:{strictly 1.0.0} -> 1.0.0 (c)
-+--- androidx.compose.runtime:runtime-retain:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.compose.ui:ui-geometry:{strictly 1.10.2} -> 1.10.2 (c)
++--- androidx.compose.runtime:runtime-retain:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.compose.ui:ui-geometry:{strictly 1.10.5} -> 1.10.5 (c)
+--- androidx.customview:customview-poolingcontainer:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.emoji2:emoji2:{strictly 1.4.0} -> 1.4.0 (c)
-+--- androidx.lifecycle:lifecycle-viewmodel-ktx:{strictly 2.9.4} -> 2.9.4 (c)
-+--- androidx.savedstate:savedstate-ktx:{strictly 1.3.3} -> 1.3.3 (c)
++--- androidx.lifecycle:lifecycle-viewmodel-ktx:{strictly 2.10.0} -> 2.10.0 (c)
++--- androidx.savedstate:savedstate-ktx:{strictly 1.4.0} -> 1.4.0 (c)
+--- androidx.transition:transition:{strictly 1.6.0} -> 1.6.0 (c)
+--- androidx.window:window:{strictly 1.5.0} -> 1.5.0 (c)
-+--- androidx.lifecycle:lifecycle-runtime-ktx:{strictly 2.9.4} -> 2.9.4 (c)
-+--- androidx.savedstate:savedstate-compose-android:{strictly 1.3.3} -> 1.3.3 (c)
-+--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:{strictly 1.9.0} -> 1.9.0 (c)
++--- androidx.lifecycle:lifecycle-runtime-ktx:{strictly 2.10.0} -> 2.10.0 (c)
++--- androidx.savedstate:savedstate-compose-android:{strictly 1.4.0} -> 1.4.0 (c)
++--- androidx.datastore:datastore-preferences-android:{strictly 1.1.7} -> 1.1.7 (c)
+--- androidx.loader:loader:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.viewpager:viewpager:{strictly 1.0.0} -> 1.0.0 (c)
+--- com.google.code.gson:gson:{strictly 2.10.1} -> 2.10.1 (c)
@@ -895,26 +948,38 @@ debugAndroidTestRuntimeClasspath - Runtime classpath of '/debugAndroidTest'.
+--- io.grpc:grpc-context:{strictly 1.62.2} -> 1.62.2 (c)
+--- com.google.guava:failureaccess:{strictly 1.0.1} -> 1.0.1 (c)
+--- org.checkerframework:checker-qual:{strictly 3.37.0} -> 3.37.0 (c)
-+--- com.squareup.okio:okio-jvm:{strictly 3.15.0} -> 3.15.0 (c)
++--- com.squareup.okio:okio-jvm:{strictly 3.16.4} -> 3.16.4 (c)
+--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:{strictly 1.10.0} -> 1.10.0 (c)
+--- androidx.graphics:graphics-path:{strictly 1.0.1} -> 1.0.1 (c)
+--- androidx.collection:collection-ktx:{strictly 1.5.0} -> 1.5.0 (c)
-+--- androidx.compose.runtime:runtime-annotation-android:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.compose.runtime:runtime-retain-android:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.compose.ui:ui-geometry-android:{strictly 1.10.2} -> 1.10.2 (c)
-+--- androidx.lifecycle:lifecycle-process:{strictly 2.9.4} -> 2.9.4 (c)
++--- androidx.compose.runtime:runtime-annotation-android:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.compose.runtime:runtime-retain-android:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.compose.ui:ui-geometry-android:{strictly 1.10.5} -> 1.10.5 (c)
++--- androidx.lifecycle:lifecycle-process:{strictly 2.10.0} -> 2.10.0 (c)
+--- androidx.dynamicanimation:dynamicanimation:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.window:window-core:{strictly 1.5.0} -> 1.5.0 (c)
-+--- androidx.lifecycle:lifecycle-runtime-ktx-android:{strictly 2.9.4} -> 2.9.4 (c)
-+--- androidx.lifecycle:lifecycle-livedata:{strictly 2.9.4} -> 2.9.4 (c)
++--- androidx.lifecycle:lifecycle-runtime-ktx-android:{strictly 2.10.0} -> 2.10.0 (c)
++--- androidx.datastore:datastore:{strictly 1.1.7} -> 1.1.7 (c)
++--- androidx.datastore:datastore-preferences-core:{strictly 1.1.7} -> 1.1.7 (c)
++--- androidx.lifecycle:lifecycle-livedata:{strictly 2.10.0} -> 2.10.0 (c)
+--- androidx.customview:customview:{strictly 1.0.0} -> 1.0.0 (c)
+--- org.jetbrains.kotlinx:kotlinx-serialization-bom:{strictly 1.10.0} -> 1.10.0 (c)
+--- androidx.legacy:legacy-support-core-utils:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.window:window-core-android:{strictly 1.5.0} -> 1.5.0 (c)
-+--- androidx.lifecycle:lifecycle-livedata-core-ktx:{strictly 2.9.4} -> 2.9.4 (c)
++--- androidx.datastore:datastore-android:{strictly 1.1.7} -> 1.1.7 (c)
++--- androidx.datastore:datastore-preferences-core-android:{strictly 1.1.7} -> 1.1.7 (c)
++--- androidx.lifecycle:lifecycle-livedata-core-ktx:{strictly 2.10.0} -> 2.10.0 (c)
+--- androidx.documentfile:documentfile:{strictly 1.0.0} -> 1.0.0 (c)
+--- androidx.localbroadcastmanager:localbroadcastmanager:{strictly 1.0.0} -> 1.0.0 (c)
-\--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c)
++--- androidx.print:print:{strictly 1.0.0} -> 1.0.0 (c)
++--- androidx.datastore:datastore-core:{strictly 1.1.7} -> 1.1.7 (c)
++--- androidx.datastore:datastore-core-okio:{strictly 1.1.7} -> 1.1.7 (c)
++--- androidx.datastore:datastore-preferences-proto:{strictly 1.1.7} -> 1.1.7 (c)
++--- androidx.datastore:datastore-core-android:{strictly 1.1.7} -> 1.1.7 (c)
++--- androidx.datastore:datastore-core-okio-jvm:{strictly 1.1.7} -> 1.1.7 (c)
++--- androidx.datastore:datastore-preferences-external-protobuf:{strictly 1.1.7} -> 1.1.7 (c)
++--- org.jetbrains.kotlin:kotlin-parcelize-runtime:{strictly 1.9.22} -> 1.9.22 (c)
+\--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:{strictly 1.9.22} -> 1.9.22 (c)
(c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree.
(*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation.
diff --git a/app/versions/dependencies/debugRuntimeClasspathDependencies.txt b/app/versions/dependencies/debugRuntimeClasspathDependencies.txt
index 4879413..80da789 100644
--- a/app/versions/dependencies/debugRuntimeClasspathDependencies.txt
+++ b/app/versions/dependencies/debugRuntimeClasspathDependencies.txt
@@ -4,111 +4,112 @@ Project ':app'
------------------------------------------------------------
debugRuntimeClasspath - Runtime classpath of '/debug'.
-+--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10
++--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20
| +--- org.jetbrains:annotations:13.0 -> 23.0.0
+| +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.3.20 (c)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.0 (c)
| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.0 (c)
+--- com.squareup.leakcanary:leakcanary-android:2.14
| +--- com.squareup.leakcanary:leakcanary-android-core:2.14
| | +--- com.squareup.leakcanary:shark-android:2.14
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | | \--- com.squareup.leakcanary:shark:2.14
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
-| | | +--- com.squareup.okio:okio:2.2.2 -> 3.15.0
-| | | | \--- com.squareup.okio:okio-jvm:3.15.0
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
+| | | +--- com.squareup.okio:okio:2.2.2 -> 3.16.4
+| | | | \--- com.squareup.okio:okio-jvm:3.16.4
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
| | | \--- com.squareup.leakcanary:shark-graph:2.14
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
-| | | +--- com.squareup.okio:okio:2.2.2 -> 3.15.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
+| | | +--- com.squareup.okio:okio:2.2.2 -> 3.16.4 (*)
| | | \--- com.squareup.leakcanary:shark-hprof:2.14
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | | \--- com.squareup.leakcanary:shark-log:2.14
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14
| | | +--- com.squareup.leakcanary:leakcanary-object-watcher:2.14
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | | | \--- com.squareup.leakcanary:shark-log:2.14 (*)
| | | +--- com.squareup.leakcanary:leakcanary-android-utils:2.14
| | | | +--- com.squareup.leakcanary:shark-log:2.14 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | | +--- com.squareup.curtains:curtains:1.2.4
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-androidx:2.14
| | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-support-fragments:2.14
| | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| +--- com.squareup.leakcanary:leakcanary-object-watcher-android:2.14
| | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.3.10 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.3.20 (*)
| +--- com.squareup.leakcanary:plumber-android:2.14
| | +--- com.squareup.leakcanary:plumber-android-core:2.14
| | | +--- com.squareup.leakcanary:shark-log:2.14 (*)
| | | +--- com.squareup.leakcanary:leakcanary-android-utils:2.14 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | | \--- com.squareup.curtains:curtains:1.2.4 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
-| \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
-+--- androidx.compose.ui:ui-tooling:1.10.2
-| \--- androidx.compose.ui:ui-tooling-android:1.10.2
-| +--- androidx.activity:activity-compose:1.7.0 -> 1.12.3
-| | +--- androidx.activity:activity:1.12.3
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
++--- androidx.compose.ui:ui-tooling:1.10.5
+| \--- androidx.compose.ui:ui-tooling-android:1.10.5
+| +--- androidx.activity:activity-compose:1.7.0 -> 1.13.0
+| | +--- androidx.activity:activity:1.13.0
| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1
| | | | \--- androidx.annotation:annotation-jvm:1.9.1
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.10 (*)
-| | | +--- androidx.core:core-ktx:1.16.0 -> 1.17.0
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.20 (*)
+| | | +--- androidx.core:core-ktx:1.18.0
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | +--- androidx.core:core:1.17.0
+| | | | +--- androidx.core:core:1.18.0
| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | | +--- androidx.annotation:annotation-experimental:1.4.1
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.3.10 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.3.20 (*)
| | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0
| | | | | | \--- androidx.collection:collection-jvm:1.5.0
| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | | | | +--- androidx.collection:collection-ktx:1.5.0 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.10 (c)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.20 (c)
| | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0
| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| | | | | +--- androidx.core:core-viewtree:1.0.0
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (c)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (c)
| | | | | +--- androidx.interpolator:interpolator:1.0.0
| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.9.4
-| | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.9.4
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.10.0
+| | | | | | \--- androidx.lifecycle:lifecycle-common-jvm:2.10.0
| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2
| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2
| | | | | | | +--- org.jetbrains:annotations:23.0.0
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2
+| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (c)
| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2 (c)
| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (c)
| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (c)
-| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (c)
| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.2 (c)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
| | | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.9.4
-| | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.9.4
+| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.10.0 (c)
+| | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.10.0
+| | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.10.0
| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
| | | | | | +--- androidx.arch.core:core-common:2.2.0
| | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
@@ -116,7 +117,7 @@ debugRuntimeClasspath - Runtime classpath of '/debug'.
| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*)
| | | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
| | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1
| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
@@ -125,443 +126,438 @@ debugRuntimeClasspath - Runtime classpath of '/debug'.
| | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0
| | | | | | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
| | | | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
| | | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.5 -> 2.10.0 (c)
+| | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
| | | | | +--- androidx.tracing:tracing:1.2.0 (*)
| | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1
| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | | \--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
| | | | | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | +--- androidx.core:core-ktx:1.17.0 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- androidx.core:core:1.17.0 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
+| | | | | \--- androidx.core:core-ktx:1.18.0 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | \--- androidx.core:core:1.18.0 (c)
| | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4
-| | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.9.4
+| | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0
+| | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.10.0
| | | | +--- androidx.annotation:annotation:1.9.1 (*)
| | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.9.4
-| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.9.4
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.10.0
+| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.10.0
| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.17.0 (*)
-| | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4
+| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.18.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0
| | | | | +--- androidx.arch.core:core-common:2.2.0 (*)
| | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | | | +--- androidx.savedstate:savedstate:1.3.1 -> 1.3.3
-| | | | | \--- androidx.savedstate:savedstate-android:1.3.3
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | +--- androidx.savedstate:savedstate:1.4.0
+| | | | | \--- androidx.savedstate:savedstate-android:1.4.0
| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.core:core-ktx:1.13.1 -> 1.17.0 (*)
+| | | | | +--- androidx.core:core-ktx:1.13.1 -> 1.18.0 (*)
| | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.2 -> 2.9.4 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.2 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0
| | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.10.0
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.10.0 (c)
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (c)
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.10.0 (c)
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (c)
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-io:1.10.0 (c)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.10.0 (c)
| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-io-jvm:1.10.0 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 (c)
-| | | | | +--- androidx.savedstate:savedstate-ktx:1.3.3 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | | +--- androidx.savedstate:savedstate-compose:1.4.0 (c)
+| | | | | +--- androidx.savedstate:savedstate-ktx:1.4.0 (c)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | \--- org.jetbrains.androidx.savedstate:savedstate:1.3.2 -> 1.3.6 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | +--- androidx.navigationevent:navigationevent:1.0.2
-| | | | \--- androidx.navigationevent:navigationevent-android:1.0.2
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.10.0 (c)
+| | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | +--- androidx.navigationevent:navigationevent:1.0.0
+| | | | \--- androidx.navigationevent:navigationevent-android:1.0.0
| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.compose.runtime:runtime-annotation:1.9.0 -> 1.10.2
-| | | | | \--- androidx.compose.runtime:runtime-annotation-android:1.10.2
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | +--- androidx.compose.runtime:runtime:1.10.2 (c)
-| | | | | +--- androidx.compose.runtime:runtime-retain:1.10.2 (c)
-| | | | | \--- androidx.compose.runtime:runtime-saveable:1.10.2 (c)
+| | | | +--- androidx.compose.runtime:runtime-annotation:1.9.0 -> 1.10.5
+| | | | | \--- androidx.compose.runtime:runtime-annotation-android:1.10.5
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | +--- androidx.compose.runtime:runtime:1.10.5 (c)
+| | | | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (c)
+| | | | | \--- androidx.compose.runtime:runtime-saveable:1.10.5 (c)
| | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.navigationevent:navigationevent-compose:1.0.2 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
+| | | | +--- androidx.navigationevent:navigationevent-compose:1.0.0 (c)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
| | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
-| | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
+| | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
| | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | +--- androidx.activity:activity-compose:1.12.3 (c)
-| | | \--- androidx.activity:activity-ktx:1.12.3 (c)
-| | +--- androidx.compose.runtime:runtime:1.7.0 -> 1.10.2
-| | | \--- androidx.compose.runtime:runtime-android:1.10.2
+| | | +--- androidx.activity:activity-compose:1.13.0 (c)
+| | | \--- androidx.activity:activity-ktx:1.13.0 (c)
+| | +--- androidx.compose.runtime:runtime:1.7.0 -> 1.10.5
+| | | \--- androidx.compose.runtime:runtime-android:1.10.5
| | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | | +--- androidx.compose.runtime:runtime-annotation:1.10.5 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-retain:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-saveable:1.10.2 (c)
-| | | \--- org.jetbrains.compose.runtime:runtime:1.9.0 -> 1.10.0 (c)
-| | +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.10.2
-| | | \--- androidx.compose.runtime:runtime-saveable-android:1.10.2
+| | | +--- androidx.compose.runtime:runtime-annotation:1.10.5 (c)
+| | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (c)
+| | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (c)
+| | | \--- org.jetbrains.compose.runtime:runtime:1.9.0 -> 1.10.3 (c)
+| | +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.10.5
+| | | \--- androidx.compose.runtime:runtime-saveable-android:1.10.5
| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4
-| | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.9.4
+| | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 -> 2.10.0
+| | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.10.0
| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4
-| | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.9.4
+| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0
+| | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.10.0
| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | +--- androidx.savedstate:savedstate-compose:1.3.2 -> 1.3.3
-| | | | \--- androidx.savedstate:savedstate-compose-android:1.3.3
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.5 -> 2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | +--- androidx.savedstate:savedstate-compose:1.3.2 -> 1.4.0
+| | | | \--- androidx.savedstate:savedstate-compose-android:1.4.0
| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.core:core-ktx:1.13.1 -> 1.17.0 (*)
-| | | | +--- androidx.savedstate:savedstate:1.3.3 (*)
-| | | | +--- androidx.savedstate:savedstate:1.3.3 (c)
-| | | | \--- androidx.savedstate:savedstate-ktx:1.3.3 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-retain:1.10.2 (c)
-| | | \--- org.jetbrains.compose.runtime:runtime-saveable:1.9.2 -> 1.10.0 (c)
-| | +--- androidx.compose.ui:ui:1.0.1 -> 1.10.2
-| | | \--- androidx.compose.ui:ui-android:1.10.2
-| | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.12.3
-| | | | +--- androidx.activity:activity:1.12.3 (*)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.9.4 (*)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.9.4
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.3.3
-| | | | | +--- androidx.savedstate:savedstate:1.3.3 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- androidx.savedstate:savedstate:1.3.3 (c)
-| | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- androidx.activity:activity:1.12.3 (c)
-| | | | \--- androidx.activity:activity-compose:1.12.3 (c)
+| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.core:core-ktx:1.13.1 -> 1.18.0 (*)
+| | | | +--- androidx.savedstate:savedstate:1.4.0 (*)
+| | | | +--- androidx.savedstate:savedstate:1.4.0 (c)
+| | | | \--- androidx.savedstate:savedstate-ktx:1.4.0 (c)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | +--- androidx.compose.runtime:runtime:1.10.5 (c)
+| | | +--- androidx.compose.runtime:runtime-annotation:1.10.5 (c)
+| | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (c)
+| | | \--- org.jetbrains.compose.runtime:runtime-saveable:1.9.2 -> 1.10.3 (c)
+| | +--- androidx.compose.ui:ui:1.0.1 -> 1.10.5
+| | | \--- androidx.compose.ui:ui-android:1.10.5
+| | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.13.0
+| | | | +--- androidx.activity:activity:1.13.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.10.0
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0
+| | | | | +--- androidx.savedstate:savedstate:1.4.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- androidx.savedstate:savedstate:1.4.0 (c)
+| | | | | +--- androidx.savedstate:savedstate-compose:1.4.0 (c)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | +--- androidx.activity:activity:1.13.0 (c)
+| | | | \--- androidx.activity:activity-compose:1.13.0 (c)
| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | +--- androidx.autofill:autofill:1.0.0
-| | | | \--- androidx.core:core:1.1.0 -> 1.17.0 (*)
+| | | | \--- androidx.core:core:1.1.0 -> 1.18.0 (*)
| | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | +--- androidx.compose.runtime:runtime-retain:1.10.2
-| | | | \--- androidx.compose.runtime:runtime-retain-android:1.10.2
+| | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | +--- androidx.compose.runtime:runtime-retain:1.10.5
+| | | | \--- androidx.compose.runtime:runtime-retain-android:1.10.5
| | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (c)
-| | | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (c)
-| | | | \--- androidx.compose.runtime:runtime-saveable:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-saveable:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-geometry:1.10.2
-| | | | \--- androidx.compose.ui:ui-geometry-android:1.10.2
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (c)
+| | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (c)
+| | | | \--- androidx.compose.runtime:runtime-annotation:1.10.5 (c)
+| | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-geometry:1.10.5
+| | | | \--- androidx.compose.ui:ui-geometry-android:1.10.5
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-util:1.10.2
-| | | | | \--- androidx.compose.ui:ui-util-android:1.10.2
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-util:1.10.5
+| | | | | \--- androidx.compose.ui:ui-util-android:1.10.5
| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | | | +--- androidx.collection:collection:1.4.3 -> 1.5.0 (*)
-| | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | | \--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-graphics:1.10.2
-| | | | \--- androidx.compose.ui:ui-graphics-android:1.10.2
+| | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | \--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-graphics:1.10.5
+| | | | \--- androidx.compose.ui:ui-graphics-android:1.10.5
| | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
| | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2
-| | | | | \--- androidx.compose.ui:ui-unit-android:1.10.2
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-unit:1.10.5
+| | | | | \--- androidx.compose.ui:ui-unit-android:1.10.5
| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
| | | | | +--- androidx.collection:collection-ktx:1.4.2 -> 1.5.0
| | | | | | +--- androidx.collection:collection:1.5.0 (*)
| | | | | | \--- androidx.collection:collection:1.5.0 (c)
-| | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (*)
-| | | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | +--- androidx.core:core:1.12.0 -> 1.17.0 (*)
+| | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | +--- androidx.core:core:1.12.0 -> 1.18.0 (*)
| | | | +--- androidx.graphics:graphics-path:1.0.1
-| | | | | +--- androidx.core:core:1.12.0 -> 1.17.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-text:1.10.2
-| | | | \--- androidx.compose.ui:ui-text-android:1.10.2
+| | | | | +--- androidx.core:core:1.12.0 -> 1.18.0 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-text:1.10.5
+| | | | \--- androidx.compose.ui:ui-text-android:1.10.5
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | +--- androidx.compose.runtime:runtime-saveable:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | +--- androidx.core:core:1.7.0 -> 1.17.0 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | +--- androidx.core:core:1.7.0 -> 1.18.0 (*)
| | | | +--- androidx.emoji2:emoji2:1.4.0
| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
| | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | +--- androidx.core:core:1.3.0 -> 1.17.0 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.9.4
+| | | | | +--- androidx.core:core:1.3.0 -> 1.18.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.10.0
| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
| | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
| | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*)
| | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | +--- androidx.core:core:1.16.0 -> 1.17.0 (*)
+| | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | +--- androidx.core:core:1.16.0 -> 1.18.0 (*)
| | | +--- androidx.customview:customview-poolingcontainer:1.0.0
-| | | | +--- androidx.core:core-ktx:1.5.0 -> 1.17.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.3.10 (*)
+| | | | +--- androidx.core:core-ktx:1.5.0 -> 1.18.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.3.20 (*)
| | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*)
-| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.2 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 -> 2.9.4 (*)
+| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.2 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 -> 2.10.0 (*)
| | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
-| | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.3.3 (*)
-| | | +--- androidx.savedstate:savedstate-ktx:1.3.1 -> 1.3.3 (*)
+| | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.4.0 (*)
+| | | +--- androidx.savedstate:savedstate-ktx:1.3.1 -> 1.4.0 (*)
| | | +--- androidx.transition:transition:1.6.0
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | +--- androidx.core:core:1.16.0 -> 1.17.0 (*)
+| | | | +--- androidx.core:core:1.16.0 -> 1.18.0 (*)
| | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0
-| | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
+| | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
| | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
| | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0
| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
+| | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
| | | | | +--- androidx.documentfile:documentfile:1.0.0
| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
| | | | | +--- androidx.loader:loader:1.0.0
| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.9.4
+| | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.10.0
| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*)
| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4
-| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (*)
-| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.9.4 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.10.0 (*)
| | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
| | | | | \--- androidx.print:print:1.0.0
@@ -570,1310 +566,1398 @@ debugRuntimeClasspath - Runtime classpath of '/debug'.
| | | +--- androidx.window:window:1.5.0
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | +--- androidx.core:core:1.8.0 -> 1.17.0 (*)
+| | | | +--- androidx.core:core:1.8.0 -> 1.18.0 (*)
| | | | +--- androidx.window:window-core:1.5.0
| | | | | \--- androidx.window:window-core-android:1.5.0
| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | | | +--- androidx.window:window:1.5.0 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
| | | | +--- org.jspecify:jspecify:1.0.0
| | | | +--- androidx.window:window-core:1.5.0 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | +--- org.jspecify:jspecify:1.0.0
-| | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | \--- androidx.compose.foundation:foundation:1.7.0 -> 1.10.2 (c)
-| | +--- androidx.core:core-ktx:1.13.0 -> 1.17.0 (*)
-| | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | +--- androidx.navigationevent:navigationevent-compose:1.0.2
-| | | \--- androidx.navigationevent:navigationevent-compose-android:1.0.2
-| | | +--- androidx.compose.runtime:runtime:1.9.2 -> 1.10.2 (*)
-| | | +--- androidx.compose.ui:ui:1.9.2 -> 1.10.2 (*)
-| | | +--- androidx.navigationevent:navigationevent:1.0.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | +--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | \--- androidx.compose.foundation:foundation:1.7.0 -> 1.10.5 (c)
+| | +--- androidx.core:core-ktx:1.18.0 (*)
+| | +--- androidx.lifecycle:lifecycle-common:2.9.4 -> 2.10.0 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 -> 2.10.0 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 -> 2.10.0 (*)
+| | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 -> 2.10.0 (*)
+| | +--- androidx.navigationevent:navigationevent-compose:1.0.0
+| | | \--- androidx.navigationevent:navigationevent-compose-android:1.0.0
+| | | +--- androidx.compose.runtime:runtime:1.9.2 -> 1.10.5 (*)
+| | | +--- androidx.compose.ui:ui:1.9.2 -> 1.10.5 (*)
+| | | +--- androidx.navigationevent:navigationevent:1.0.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | +--- androidx.navigationevent:navigationevent:1.0.2 (c)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | | +--- androidx.navigationevent:navigationevent:1.0.0 (c)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | +--- androidx.activity:activity:1.12.3 (c)
-| | \--- androidx.activity:activity-ktx:1.12.3 (c)
+| | +--- androidx.activity:activity:1.13.0 (c)
+| | \--- androidx.activity:activity-ktx:1.13.0 (c)
| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| +--- androidx.compose.animation:animation:1.10.2
-| | \--- androidx.compose.animation:animation-android:1.10.2
+| +--- androidx.compose.animation:animation:1.10.5
+| | \--- androidx.compose.animation:animation-android:1.10.5
| | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | +--- androidx.collection:collection:1.5.0 (*)
-| | +--- androidx.compose.animation:animation-core:1.10.2
-| | | \--- androidx.compose.animation:animation-core-android:1.10.2
+| | +--- androidx.compose.animation:animation-core:1.10.5
+| | | \--- androidx.compose.animation:animation-core-android:1.10.5
| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-graphics:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
+| | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | \--- androidx.compose.animation:animation:1.10.2 (c)
-| | +--- androidx.compose.foundation:foundation-layout:1.10.2
-| | | \--- androidx.compose.foundation:foundation-layout-android:1.10.2
+| | | \--- androidx.compose.animation:animation:1.10.5 (c)
+| | +--- androidx.compose.foundation:foundation-layout:1.10.5
+| | | \--- androidx.compose.foundation:foundation-layout-android:1.10.5
| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.10.2 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | +--- androidx.core:core:1.16.0 -> 1.17.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | \--- androidx.compose.foundation:foundation:1.10.2 (c)
-| | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | +--- androidx.compose.ui:ui-geometry:1.10.2 (*)
-| | +--- androidx.compose.ui:ui-graphics:1.10.2 (*)
-| | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | \--- androidx.compose.animation:animation-core:1.10.2 (c)
-| +--- androidx.compose.material:material:1.0.0 -> 1.10.0
-| | \--- androidx.compose.material:material-android:1.10.0
+| | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.10.5 (*)
+| | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | +--- androidx.core:core:1.16.0 -> 1.18.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | \--- androidx.compose.foundation:foundation:1.10.5 (c)
+| | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | +--- androidx.compose.ui:ui-geometry:1.10.5 (*)
+| | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | \--- androidx.compose.animation:animation-core:1.10.5 (c)
+| +--- androidx.compose.material:material:1.0.0 -> 1.10.5
+| | \--- androidx.compose.material:material-android:1.10.5
| | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | +--- androidx.compose.animation:animation:1.8.2 -> 1.10.2 (*)
-| | +--- androidx.compose.animation:animation-core:1.8.2 -> 1.10.2 (*)
-| | +--- androidx.compose.foundation:foundation:1.8.2 -> 1.10.2
-| | | \--- androidx.compose.foundation:foundation-android:1.10.2
+| | +--- androidx.compose.animation:animation:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.compose.animation:animation-core:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.compose.foundation:foundation:1.8.2 -> 1.10.5
+| | | \--- androidx.compose.foundation:foundation-android:1.10.5
| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.animation:animation:1.10.2 (*)
-| | | +--- androidx.compose.foundation:foundation-layout:1.10.2 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-text:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | +--- androidx.core:core:1.13.1 -> 1.17.0 (*)
+| | | +--- androidx.compose.animation:animation:1.10.5 (*)
+| | | +--- androidx.compose.foundation:foundation-layout:1.10.5 (*)
+| | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-text:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | +--- androidx.core:core:1.13.1 -> 1.18.0 (*)
| | | +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | \--- androidx.compose.foundation:foundation-layout:1.10.2 (c)
-| | +--- androidx.compose.foundation:foundation-layout:1.8.2 -> 1.10.2 (*)
-| | +--- androidx.compose.material:material-ripple:1.8.2 -> 1.10.0
-| | | \--- androidx.compose.material:material-ripple-android:1.10.0
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | \--- androidx.compose.foundation:foundation-layout:1.10.5 (c)
+| | +--- androidx.compose.foundation:foundation-layout:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.compose.material:material-ripple:1.8.2 -> 1.10.5
+| | | \--- androidx.compose.material:material-ripple-android:1.10.5
| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.animation:animation:1.7.1 -> 1.10.2 (*)
-| | | +--- androidx.compose.foundation:foundation:1.7.1 -> 1.10.2 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.0 -> 1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-util:1.7.1 -> 1.10.2 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | +--- androidx.compose.runtime:runtime:1.10.0 -> 1.10.2 (*)
-| | +--- androidx.compose.ui:ui:1.8.2 -> 1.10.2 (*)
-| | +--- androidx.compose.ui:ui-text:1.8.2 -> 1.10.2 (*)
-| | +--- androidx.compose.ui:ui-util:1.8.2 -> 1.10.2 (*)
-| | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4 (*)
-| | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| +--- androidx.compose.ui:ui:1.10.2 (*)
-| +--- androidx.compose.ui:ui-tooling-data:1.10.2
-| | \--- androidx.compose.ui:ui-tooling-data-android:1.10.2
+| | | +--- androidx.compose.animation:animation:1.7.1 -> 1.10.5 (*)
+| | | +--- androidx.compose.foundation:foundation:1.7.1 -> 1.10.5 (*)
+| | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-util:1.7.1 -> 1.10.5 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | +--- androidx.compose.ui:ui:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.compose.ui:ui-text:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.compose.ui:ui-util:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0 (*)
+| | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| +--- androidx.compose.ui:ui:1.10.5 (*)
+| +--- androidx.compose.ui:ui-tooling-data:1.10.5
+| | \--- androidx.compose.ui:ui-tooling-data-android:1.10.5
| | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-preview:1.10.2
-| | \--- androidx.compose.ui:ui-tooling-preview-android:1.10.2
+| | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| +--- androidx.compose.ui:ui-tooling-preview:1.10.5
+| | \--- androidx.compose.ui:ui-tooling-preview-android:1.10.5
| | +--- androidx.annotation:annotation:1.9.1 (*)
-| | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.9.4 (*)
-| +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.3.3 (*)
-| +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| +--- androidx.compose.ui:ui:1.10.2 (c)
-| +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| \--- androidx.compose.ui:ui-util:1.10.2 (c)
-+--- androidx.compose.ui:ui-test-manifest:1.10.2
-| +--- androidx.activity:activity:1.2.1 -> 1.12.3 (*)
-| +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| +--- androidx.compose.ui:ui:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| \--- androidx.compose.ui:ui-util:1.10.2 (c)
-+--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-+--- androidx.core:core-ktx:1.17.0 (*)
+| | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.10.0 (*)
+| +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| +--- androidx.compose.ui:ui:1.10.5 (c)
+| +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| \--- androidx.compose.ui:ui-util:1.10.5 (c)
++--- androidx.compose.ui:ui-test-manifest:1.10.5
+| +--- androidx.activity:activity:1.2.1 -> 1.13.0 (*)
+| +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| +--- androidx.compose.ui:ui:1.10.5 (c)
+| +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| \--- androidx.compose.ui:ui-util:1.10.5 (c)
++--- com.google.firebase:firebase-bom:33.10.0 -> 34.10.0
+| +--- com.google.firebase:firebase-firestore:26.1.1 (c)
+| +--- com.google.firebase:firebase-common:22.0.1 (c)
+| \--- com.google.firebase:firebase-auth:24.0.1 (c)
++--- androidx.core:core-ktx:1.18.0 (*)
+--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+--- org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0
| \--- org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.4.0
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.10 (*)
-+--- com.michael-bull.kotlin-result:kotlin-result:2.1.0
-| \--- com.michael-bull.kotlin-result:kotlin-result-jvm:2.1.0
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
+| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
++--- com.michael-bull.kotlin-result:kotlin-result:2.3.1
+| \--- com.michael-bull.kotlin-result:kotlin-result-jvm:2.3.1
+| \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+--- com.jakewharton.timber:timber:5.0.1
-| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.3.10 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.3.20 (*)
| \--- org.jetbrains:annotations:20.1.0 -> 23.0.0
+--- project :modules:feature-home-shared
-| +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6
-| | \--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| +--- io.ktor:ktor-client-android:3.4.0
-| | \--- io.ktor:ktor-client-android-jvm:3.4.0
+| +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0
+| | \--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| +--- io.ktor:ktor-client-android:3.4.1
+| | \--- io.ktor:ktor-client-android-jvm:3.4.1
| | +--- org.slf4j:slf4j-api:2.0.17
-| | +--- io.ktor:ktor-client-core:3.4.0
-| | | \--- io.ktor:ktor-client-core-jvm:3.4.0
+| | +--- io.ktor:ktor-client-core:3.4.1
+| | | \--- io.ktor:ktor-client-core-jvm:3.4.1
| | | +--- org.slf4j:slf4j-api:2.0.17
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- io.ktor:ktor-http:3.4.0
-| | | | \--- io.ktor:ktor-http-jvm:3.4.0
+| | | +--- io.ktor:ktor-http:3.4.1
+| | | | \--- io.ktor:ktor-http-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-utils:3.4.0
-| | | | | \--- io.ktor:ktor-utils-jvm:3.4.0
+| | | | +--- io.ktor:ktor-utils:3.4.1
+| | | | | \--- io.ktor:ktor-utils-jvm:3.4.1
| | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-io:3.4.0
-| | | | | | \--- io.ktor:ktor-io-jvm:3.4.0
+| | | | | +--- io.ktor:ktor-io:3.4.1
+| | | | | | \--- io.ktor:ktor-io-jvm:3.4.1
| | | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-io-core:0.8.2
| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-core-jvm:0.8.2
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-io-bytestring:0.8.2
| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-bytestring-jvm:0.8.2
-| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.20 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-http-cio:3.4.0
-| | | | \--- io.ktor:ktor-http-cio-jvm:3.4.0
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-http-cio:3.4.1
+| | | | \--- io.ktor:ktor-http-cio-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | +--- io.ktor:ktor-network:3.4.0
-| | | | | \--- io.ktor:ktor-network-jvm:3.4.0
+| | | | +--- io.ktor:ktor-network:3.4.1
+| | | | | \--- io.ktor:ktor-network-jvm:3.4.1
| | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
+| | | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-http:3.4.0 (*)
-| | | | +--- io.ktor:ktor-io:3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-events:3.4.0
-| | | | \--- io.ktor:ktor-events-jvm:3.4.0
+| | | | +--- io.ktor:ktor-http:3.4.1 (*)
+| | | | +--- io.ktor:ktor-io:3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-events:3.4.1
+| | | | \--- io.ktor:ktor-events-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-websocket-serialization:3.4.0
-| | | | \--- io.ktor:ktor-websocket-serialization-jvm:3.4.0
+| | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-websocket-serialization:3.4.1
+| | | | \--- io.ktor:ktor-websocket-serialization-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-serialization:3.4.0
-| | | | | \--- io.ktor:ktor-serialization-jvm:3.4.0
+| | | | +--- io.ktor:ktor-serialization:3.4.1
+| | | | | \--- io.ktor:ktor-serialization-jvm:3.4.1
| | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-websockets:3.4.0
-| | | | | | \--- io.ktor:ktor-websockets-jvm:3.4.0
+| | | | | +--- io.ktor:ktor-websockets:3.4.1
+| | | | | | \--- io.ktor:ktor-websockets-jvm:3.4.1
| | | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | | | +--- io.ktor:ktor-http:3.4.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-sse:3.4.0
-| | | | \--- io.ktor:ktor-sse-jvm:3.4.0
+| | | | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | | | +--- io.ktor:ktor-http:3.4.1 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-sse:3.4.1
+| | | | \--- io.ktor:ktor-sse-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
+| | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.2
| | | +--- org.slf4j:slf4j-api:1.7.32 -> 2.0.17
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| +--- project :modules:library-feature
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-navigation-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0
-| | | | \--- com.kizitonwose.calendar:compose-multiplatform-android:2.10.0
-| | | | +--- org.jetbrains.compose.ui:ui-tooling-preview:1.10.0
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.0 -> 1.10.2 (*)
-| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0
-| | | | | | \--- androidx.compose.runtime:runtime:1.10.0 -> 1.10.2 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.7.1
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.7.1
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.foundation:foundation:1.10.0
-| | | | | +--- androidx.compose.foundation:foundation:1.10.0 -> 1.10.2 (*)
-| | | | | +--- org.jetbrains.compose.animation:animation:1.10.0
-| | | | | | +--- androidx.compose.animation:animation:1.10.0 -> 1.10.2 (*)
-| | | | | | +--- org.jetbrains.compose.animation:animation-core:1.10.0
-| | | | | | | +--- androidx.compose.animation:animation-core:1.10.0 -> 1.10.2 (*)
-| | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0
-| | | | | | | | \--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0
-| | | | | | | | \--- androidx.collection:collection:1.5.0 (*)
-| | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui:1.10.0
-| | | | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.0 -> 1.10.2 (*)
-| | | | | | | | +--- androidx.compose.ui:ui:1.10.0 -> 1.10.2 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6
-| | | | | | | | | \--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6
-| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | | | | | | \--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6
-| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6 (*)
-| | | | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6
-| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | | | | | | \--- org.jetbrains.androidx.savedstate:savedstate:1.3.6
-| | | | | | | | | \--- androidx.savedstate:savedstate:1.3.3 (*)
-| | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.10.0
-| | | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.savedstate:savedstate-compose:1.3.6
-| | | | | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 (*)
-| | | | | | | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
-| | | | | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.0 (*)
-| | | | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0
-| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0
-| | | | | | | | | | +--- androidx.compose.ui:ui-util:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.10.0
-| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.0
-| | | | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-text:1.10.0
-| | | | | | | | | +--- androidx.compose.ui:ui-text:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.0
-| | | | | | | +--- androidx.compose.foundation:foundation-layout:1.10.0 -> 1.10.2 (*)
-| | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0 (*)
-| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.ui:ui-text:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.components:components-resources:1.10.0
-| | | | | \--- org.jetbrains.compose.components:components-resources-android:1.10.0
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | +--- org.jetbrains.compose.components:components-ui-tooling-preview:1.10.0
-| | | | | \--- org.jetbrains.compose.components:components-ui-tooling-preview-android:1.10.0
-| | | | | +--- androidx.compose.ui:ui-tooling-preview:1.6.1 -> 1.10.2 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0
-| | | | \--- io.coil-kt.coil3:coil-compose-android:3.3.0
-| | | | +--- io.coil-kt.coil3:coil:3.3.0
-| | | | | \--- io.coil-kt.coil3:coil-android:3.3.0
-| | | | | +--- io.coil-kt.coil3:coil-core:3.3.0
-| | | | | | \--- io.coil-kt.coil3:coil-core-android:3.3.0
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- androidx.appcompat:appcompat-resources:1.7.1
-| | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core:1.6.0 -> 1.17.0 (*)
-| | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0
-| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
-| | | | | | | | +--- androidx.core:core:1.1.0 -> 1.17.0 (*)
-| | | | | | | | \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0
-| | | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
-| | | | | | | | +--- androidx.interpolator:interpolator:1.0.0 (*)
-| | | | | | | | \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | \--- androidx.appcompat:appcompat:1.7.1 (c)
-| | | | | | +--- androidx.core:core-ktx:1.15.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.exifinterface:exifinterface:1.4.1
-| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | \--- org.jspecify:jspecify:1.0.0
-| | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- com.squareup.okio:okio:3.15.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0
-| | | | | \--- io.coil-kt.coil3:coil-compose-core-android:3.3.0
-| | | | | +--- com.google.accompanist:accompanist-drawablepainter:0.37.3
-| | | | | | +--- androidx.compose.ui:ui:1.7.0 -> 1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.2 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.10 (*)
-| | | | | +--- io.coil-kt.coil3:coil-core:3.3.0 (*)
-| | | | | +--- org.jetbrains.compose.foundation:foundation:1.8.2 -> 1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- dev.gitlive:firebase-common:2.4.0
-| | | | \--- dev.gitlive:firebase-common-android:2.4.0
-| | | | +--- com.google.firebase:firebase-common -> 21.0.0
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.10.2
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | | | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.2.0
-| | | | | | | \--- com.google.android.gms:play-services-basement:18.4.0
-| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core:1.2.0 -> 1.17.0 (*)
-| | | | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.8.9
-| | | | | | | +--- androidx.activity:activity:1.8.1 -> 1.12.3 (*)
-| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
-| | | | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
-| | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.17.0 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.9.4 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.9.4 (*)
-| | | | | | | +--- androidx.loader:loader:1.0.0 (*)
-| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
-| | | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | | | | | | +--- androidx.viewpager:viewpager:1.0.0
-| | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | | | \--- androidx.customview:customview:1.0.0
-| | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | | \--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | | | \--- androidx.fragment:fragment-ktx:1.8.9 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
-| | | | | +--- com.google.firebase:firebase-components:18.0.0
-| | | | | | +--- com.google.firebase:firebase-annotations:16.2.0
-| | | | | | | \--- javax.inject:javax.inject:1
-| | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | | | | | \--- com.google.errorprone:error_prone_annotations:2.26.0
-| | | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
-| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.4.0 (*)
-| | | | | \--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.2.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | | +--- com.google.firebase:firebase-bom:33.15.0
-| | | | | +--- com.google.firebase:firebase-common:21.0.0 (c)
-| | | | | +--- com.google.firebase:firebase-firestore:25.1.4 (c)
-| | | | | +--- com.google.firebase:firebase-auth:23.2.1 (c)
-| | | | | \--- com.google.firebase:firebase-common-ktx:21.0.0 (c)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- dev.gitlive:firebase-firestore:2.4.0
-| | | | \--- dev.gitlive:firebase-firestore-android:2.4.0
-| | | | +--- com.google.firebase:firebase-firestore -> 25.1.4
-| | | | | +--- com.google.firebase:protolite-well-known-types:18.0.1
-| | | | | | \--- com.google.protobuf:protobuf-javalite:3.25.5
-| | | | | +--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.2.0 (*)
-| | | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
-| | | | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0
-| | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0
-| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core:1.2.0 -> 1.17.0 (*)
-| | | | | | | +--- androidx.fragment:fragment:1.0.0 -> 1.8.9 (*)
-| | | | | | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.4.0 (*)
-| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.2.0 (*)
-| | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
-| | | | | +--- com.google.firebase:firebase-auth-interop:19.0.2 -> 20.0.0
-| | | | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.4.0 (*)
-| | | | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.2.0 (*)
-| | | | | | +--- com.google.firebase:firebase-annotations:16.0.0 -> 16.2.0 (*)
-| | | | | | \--- com.google.firebase:firebase-common:20.0.0 -> 21.0.0 (*)
-| | | | | +--- com.google.firebase:firebase-common:21.0.0 (*)
-| | | | | +--- com.google.firebase:firebase-common-ktx:21.0.0
-| | | | | | +--- com.google.firebase:firebase-common:21.0.0 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.0
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.10 (*)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.10 (*)
-| | | | | | +--- com.google.firebase:firebase-components:18.0.0 (*)
-| | | | | | \--- com.google.firebase:firebase-annotations:16.2.0 (*)
-| | | | | +--- com.google.firebase:firebase-components:18.0.0 (*)
-| | | | | +--- com.google.firebase:firebase-database-collection:18.0.1
-| | | | | | \--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | | | | +--- com.google.android.gms:play-services-base:18.1.0 (*)
-| | | | | +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.4.0 (*)
-| | | | | +--- io.grpc:grpc-android:1.62.2
-| | | | | | +--- io.grpc:grpc-api:1.62.2
-| | | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
-| | | | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
-| | | | | | | \--- com.google.guava:guava:32.1.3-android
-| | | | | | | +--- com.google.guava:failureaccess:1.0.1
-| | | | | | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
-| | | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
-| | | | | | | +--- org.checkerframework:checker-qual:3.37.0
-| | | | | | | \--- com.google.errorprone:error_prone_annotations:2.21.1 -> 2.26.0
-| | | | | | +--- io.grpc:grpc-core:1.62.2
-| | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | | +--- com.google.code.gson:gson:2.10.1
-| | | | | | | +--- com.google.android:annotations:4.1.1.4
-| | | | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
-| | | | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
-| | | | | | | +--- com.google.guava:guava:32.1.3-android (*)
-| | | | | | | +--- io.perfmark:perfmark-api:0.26.0
-| | | | | | | \--- io.grpc:grpc-context:1.62.2
-| | | | | | | \--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | \--- com.google.guava:guava:32.1.3-android (*)
-| | | | | +--- io.grpc:grpc-okhttp:1.62.2
-| | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | +--- io.grpc:grpc-util:1.62.2
-| | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | | +--- io.grpc:grpc-core:1.62.2 (*)
-| | | | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
-| | | | | | | \--- com.google.guava:guava:32.1.3-android (*)
-| | | | | | +--- io.grpc:grpc-core:1.62.2 (*)
-| | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.15.0 (*)
-| | | | | | +--- com.google.guava:guava:32.1.3-android (*)
-| | | | | | \--- io.perfmark:perfmark-api:0.26.0
-| | | | | +--- io.grpc:grpc-protobuf-lite:1.62.2
-| | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | +--- com.google.protobuf:protobuf-javalite:3.25.1 -> 3.25.5
-| | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
-| | | | | | \--- com.google.guava:guava:32.1.3-android (*)
-| | | | | +--- io.grpc:grpc-stub:1.62.2
-| | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | +--- com.google.guava:guava:32.1.3-android (*)
-| | | | | | \--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
-| | | | +--- dev.gitlive:firebase-app:2.4.0
-| | | | | \--- dev.gitlive:firebase-app-android:2.4.0
-| | | | | +--- com.google.firebase:firebase-common -> 21.0.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | +--- dev.gitlive:firebase-common-internal:2.4.0
-| | | | | \--- dev.gitlive:firebase-common-internal-android:2.4.0
-| | | | | +--- com.google.firebase:firebase-common -> 21.0.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1
-| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | +--- androidx.navigation:navigation-compose:2.9.4
-| | | | | \--- androidx.navigation:navigation-compose-android:2.9.4
-| | | | | +--- androidx.activity:activity:1.8.0 -> 1.12.3 (*)
-| | | | | +--- androidx.activity:activity-compose:1.8.0 -> 1.12.3 (*)
-| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*)
-| | | | | +--- androidx.collection:collection:1.4.5 -> 1.5.0 (*)
-| | | | | +--- androidx.compose.animation:animation:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.animation:animation-core:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.foundation:foundation-layout:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.runtime:runtime:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.runtime:runtime-saveable:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.ui:ui:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2 -> 2.9.4
-| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.9.4
-| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | | | +--- androidx.compose.ui:ui:1.9.0 -> 1.10.2 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.navigation:navigation-common:2.9.4
-| | | | | | \--- androidx.navigation:navigation-common-android:2.9.4
-| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.0 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.0 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.0 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0 -> 2.9.4 (*)
-| | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
-| | | | | | +--- androidx.savedstate:savedstate:1.3.0 -> 1.3.3 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | | +--- androidx.navigation:navigation-compose:2.9.4 (c)
-| | | | | | +--- androidx.navigation:navigation-runtime:2.9.4 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | +--- androidx.navigation:navigation-runtime:2.9.4
-| | | | | | \--- androidx.navigation:navigation-runtime-android:2.9.4
-| | | | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.12.3 (*)
-| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | | | +--- androidx.core:core-ktx:1.8.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.navigation:navigation-common:2.9.4 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | | +--- androidx.navigation:navigation-common:2.9.4 (c)
-| | | | | | +--- androidx.navigation:navigation-compose:2.9.4 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | +--- androidx.savedstate:savedstate:1.3.0 -> 1.3.3 (*)
-| | | | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.3.3 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | +--- androidx.navigation:navigation-common:2.9.4 (c)
-| | | | | +--- androidx.navigation:navigation-runtime:2.9.4 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.9.5
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.compose.runtime:runtime:1.9.0 -> 1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.ui:ui:1.8.2 -> 1.10.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-common:2.9.1
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | +--- androidx.navigation:navigation-common:2.9.4 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.5 -> 1.3.6 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-runtime:2.9.1
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | +--- androidx.navigation:navigation-runtime:2.9.4 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.navigation:navigation-common:2.9.1 (*)
-| | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.5 -> 1.3.6 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.5 -> 1.3.6 (*)
-| | | | +--- org.jetbrains.androidx.savedstate:savedstate-compose:1.3.5 -> 1.3.6 (*)
-| | | | +--- org.jetbrains.compose.animation:animation:1.8.2 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.animation:animation-core:1.8.2 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.8.2 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1
-| | | | \--- io.insert-koin:koin-annotations-jvm:2.3.1
-| | | | +--- io.insert-koin:koin-core-annotations:4.1.0
-| | | | | \--- io.insert-koin:koin-core-annotations-jvm:4.1.0
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1
-| | | | \--- io.insert-koin:koin-compose-android:4.1.1
-| | | | +--- io.insert-koin:koin-android:4.1.1
-| | | | | +--- io.insert-koin:koin-core:4.1.1
-| | | | | | \--- io.insert-koin:koin-core-jvm:4.1.1
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | | | | +--- co.touchlab:stately-concurrency:2.1.0
-| | | | | | | \--- co.touchlab:stately-concurrency-jvm:2.1.0
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.10 (*)
-| | | | | | | \--- co.touchlab:stately-strict:2.1.0
-| | | | | | | \--- co.touchlab:stately-strict-jvm:2.1.0
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.10 (*)
-| | | | | | \--- co.touchlab:stately-concurrent-collections:2.1.0
-| | | | | | \--- co.touchlab:stately-concurrent-collections-jvm:2.1.0
-| | | | | | +--- co.touchlab:stately-concurrency:2.1.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.10 (*)
-| | | | | +--- io.insert-koin:koin-core-viewmodel:4.1.1
-| | | | | | \--- io.insert-koin:koin-core-viewmodel-android:4.1.1
-| | | | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.3 -> 2.9.6 (*)
-| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.3 -> 2.9.6 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | | | +--- androidx.appcompat:appcompat:1.7.1
-| | | | | | +--- androidx.activity:activity:1.8.0 -> 1.12.3 (*)
-| | | | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*)
-| | | | | | +--- androidx.appcompat:appcompat-resources:1.7.1 (*)
-| | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | +--- androidx.core:core:1.13.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.core:core-ktx:1.13.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.cursoradapter:cursoradapter:1.0.0
-| | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0
-| | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | | \--- androidx.customview:customview:1.0.0 (*)
-| | | | | | +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0 (*)
-| | | | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0
-| | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core:1.3.0 -> 1.17.0 (*)
-| | | | | | | +--- androidx.emoji2:emoji2:1.4.0 (*)
-| | | | | | | \--- androidx.emoji2:emoji2:1.4.0 (c)
-| | | | | | +--- androidx.fragment:fragment:1.5.4 -> 1.8.9 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4 (*)
-| | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
-| | | | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1
-| | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
-| | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | | \--- androidx.appcompat:appcompat-resources:1.7.1 (c)
-| | | | | +--- androidx.activity:activity-ktx:1.10.1 -> 1.12.3 (*)
-| | | | | +--- androidx.fragment:fragment-ktx:1.8.9
-| | | | | | +--- androidx.activity:activity-ktx:1.8.1 -> 1.12.3 (*)
-| | | | | | +--- androidx.collection:collection-ktx:1.1.0 -> 1.5.0 (*)
-| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.fragment:fragment:1.8.9 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.9.4 (*)
-| | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.3.3 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | | \--- androidx.fragment:fragment:1.8.9 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3 -> 2.9.4 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.8.2 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.foundation:foundation:1.8.2 -> 1.10.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1
-| | | | \--- io.insert-koin:koin-compose-viewmodel-android:4.1.1
-| | | | +--- androidx.activity:activity-compose:1.10.1 -> 1.12.3 (*)
-| | | | +--- io.insert-koin:koin-compose:4.1.1 (*)
-| | | | +--- io.insert-koin:koin-core-viewmodel:4.1.1 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.9.3 -> 2.9.5 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8
-| | | | \--- co.touchlab:kermit-android-debug:2.0.8
-| | | | +--- co.touchlab:kermit-core:2.0.8
-| | | | | \--- co.touchlab:kermit-core-android-debug:2.0.8
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0
-| | | | \--- io.coil-kt.coil3:coil-network-ktor3-android:3.3.0
-| | | | +--- io.coil-kt.coil3:coil-core:3.3.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-network-core:3.3.0
-| | | | | \--- io.coil-kt.coil3:coil-network-core-android:3.3.0
-| | | | | +--- androidx.core:core-ktx:1.15.0 -> 1.17.0 (*)
-| | | | | +--- io.coil-kt.coil3:coil-core:3.3.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | +--- io.ktor:ktor-client-core:3.1.0 -> 3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| +--- dev.gitlive:firebase-common:2.4.0 (*)
-| +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| +--- io.insert-koin:koin-core:4.1.1 (*)
-| +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| +--- co.touchlab:kermit:2.0.8 (*)
-| +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| +--- junit:junit:4.13.2
+| | \--- org.hamcrest:hamcrest-core:1.3
| +--- project :modules:library-ui-shared
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
| | +--- org.jetbrains.compose.material:material-icons-extended:1.7.3
| | | +--- androidx.compose.material:material-icons-extended:1.7.6
| | | | \--- androidx.compose.material:material-icons-extended-android:1.7.6
-| | | | \--- androidx.compose.material:material-icons-core:1.7.6
-| | | | \--- androidx.compose.material:material-icons-core-android:1.7.6
-| | | | +--- androidx.compose.ui:ui:1.6.0 -> 1.10.2 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
+| | | | +--- androidx.compose.material:material-icons-core:1.7.6
+| | | | | \--- androidx.compose.material:material-icons-core-android:1.7.6
+| | | | | +--- androidx.compose.ui:ui:1.6.0 -> 1.10.5 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.20
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.20 (*)
| | | +--- org.jetbrains.compose.material:material-icons-core:1.7.3
| | | | +--- androidx.compose.material:material-icons-core:1.7.6 (*)
-| | | | +--- org.jetbrains.compose.ui:ui:1.7.3 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 -> 1.10.0 (*)
-| | | | \--- org.jetbrains.compose.ui:ui-unit:1.7.3 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui:1.7.3 -> 1.10.0 (*)
-| | | \--- org.jetbrains.compose.ui:ui-graphics:1.7.3 -> 1.10.0 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0
-| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.10.0
-| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (*)
-| | +--- project :modules:library-navigation-api (*)
-| | +--- org.jetbrains.compose.components:components-resources:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0
-| | | +--- androidx.compose.material:material:1.10.0 (*)
-| | | +--- org.jetbrains.compose.animation:animation:1.10.0 (*)
-| | | +--- org.jetbrains.compose.animation:animation-core:1.10.0 (*)
-| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.0 (*)
-| | | +--- org.jetbrains.compose.material:material-ripple:1.10.0
-| | | | +--- androidx.compose.material:material-ripple:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.animation:animation:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-text:1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | +--- org.jetbrains.compose.ui:ui:1.7.3 -> 1.10.3
+| | | | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 -> 2.10.0
+| | | | | | \--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6 -> 2.10.0
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | | \--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 -> 2.10.0
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.3
+| | | | | | \--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | | | \--- org.jetbrains.androidx.savedstate:savedstate:1.3.6
+| | | | | | \--- androidx.savedstate:savedstate:1.3.3 -> 1.4.0 (*)
+| | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3
+| | | | | | \--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3
+| | | | | | \--- androidx.collection:collection:1.5.0 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.10.3
+| | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.savedstate:savedstate-compose:1.3.6
+| | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 -> 1.4.0 (*)
+| | | | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
+| | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.3 (*)
+| | | | | | \--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3
+| | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3
+| | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.10.3
+| | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.3
+| | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-text:1.10.3
+| | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (*)
+| | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 -> 1.10.3 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.ui:ui:1.7.3 -> 1.10.3 (*)
+| | | \--- org.jetbrains.compose.ui:ui-graphics:1.7.3 -> 1.10.3 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0
+| | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0
+| | | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.10.0
+| | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui:1.9.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.compose.components:components-resources:1.10.3
+| | | \--- org.jetbrains.compose.components:components-resources-android:1.10.3
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.10.3
+| | | | +--- androidx.compose.foundation:foundation:1.10.5 (*)
+| | | | +--- org.jetbrains.compose.animation:animation:1.10.3
+| | | | | +--- androidx.compose.animation:animation:1.10.5 (*)
+| | | | | +--- org.jetbrains.compose.animation:animation-core:1.10.3
+| | | | | | +--- androidx.compose.animation:animation-core:1.10.5 (*)
+| | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
+| | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.3
+| | | | | | +--- androidx.compose.foundation:foundation-layout:1.10.5 (*)
+| | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-text:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3
+| | | +--- androidx.compose.material:material:1.10.5 (*)
+| | | +--- org.jetbrains.compose.animation:animation:1.10.3 (*)
+| | | +--- org.jetbrains.compose.animation:animation-core:1.10.3 (*)
+| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.3 (*)
+| | | +--- org.jetbrains.compose.material:material-ripple:1.10.3
+| | | | +--- androidx.compose.material:material-ripple:1.10.5 (*)
+| | | | +--- org.jetbrains.compose.animation:animation:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-text:1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | +--- org.jetbrains.compose.material3:material3:1.9.0
| | | +--- androidx.compose.material3:material3:1.4.0
| | | | \--- androidx.compose.material3:material3-android:1.4.0
-| | | | +--- androidx.activity:activity-compose:1.8.2 -> 1.12.3 (*)
+| | | | +--- androidx.activity:activity-compose:1.8.2 -> 1.13.0 (*)
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | | +--- androidx.collection:collection:1.4.5 -> 1.5.0 (*)
-| | | | +--- androidx.compose.animation:animation-core:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.compose.foundation:foundation:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.compose.foundation:foundation-layout:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.compose.material:material-ripple:1.8.1 -> 1.10.0 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui:1.8.2 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-text:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-util:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.9.4
+| | | | +--- androidx.compose.animation:animation-core:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.foundation:foundation:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.foundation:foundation-layout:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.material:material-ripple:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui:1.8.2 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-text:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-util:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.10.0
| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- org.jetbrains.compose.animation:animation-core:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.collection-internal:collection:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.material:material-ripple:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | +--- org.jetbrains.compose.animation:animation-core:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.collection-internal:collection:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.material:material-ripple:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.3 (*)
| | | +--- org.jetbrains.compose.ui:ui-backhandler:1.9.1
| | | | \--- org.jetbrains.compose.ui:ui-backhandler-android-debug:1.9.1
-| | | | +--- androidx.activity:activity-compose:1.8.0 -> 1.12.3 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.ui:ui-util:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | +--- androidx.activity:activity-compose:1.8.0 -> 1.13.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.5 -> 2.10.0 (*)
+| | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.9.1 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-util:1.9.1 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (c)
-| | | +--- org.jetbrains.compose.ui:ui-graphics:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-text:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-util:1.9.1 -> 1.10.0 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.ui:ui-graphics:1.10.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.20 (c)
+| | | +--- org.jetbrains.compose.ui:ui-graphics:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-text:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-util:1.9.1 -> 1.10.3 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.ui:ui-graphics:1.10.3 (*)
| | +--- com.eygraber:compose-placeholder:1.0.12
| | | \--- com.eygraber:compose-placeholder-android:1.0.12
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.10 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.9.0-rc02 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-util:1.9.0-rc02 -> 1.10.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.9.0-rc02 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-util:1.9.0-rc02 -> 1.10.3 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | +--- project :modules:library-feature
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
+| | | +--- project :modules:library-navigation-api
+| | | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | | +--- junit:junit:4.13.2 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0
+| | | | | \--- com.kizitonwose.calendar:compose-multiplatform-android:2.10.0
+| | | | | +--- org.jetbrains.compose.ui:ui-tooling-preview:1.10.0
+| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.0 -> 1.10.5 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 -> 1.10.3 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.7.1
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.7.1
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui:1.10.0 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.components:components-resources:1.10.0 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.components:components-ui-tooling-preview:1.10.0
+| | | | | | \--- org.jetbrains.compose.components:components-ui-tooling-preview-android:1.10.0
+| | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.6.1 -> 1.10.5 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-compose:3.4.0
+| | | | | \--- io.coil-kt.coil3:coil-compose-android:3.4.0
+| | | | | +--- io.coil-kt.coil3:coil:3.4.0
+| | | | | | \--- io.coil-kt.coil3:coil-android:3.4.0
+| | | | | | +--- io.coil-kt.coil3:coil-core:3.4.0
+| | | | | | | \--- io.coil-kt.coil3:coil-core-android:3.4.0
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 -> 2.10.0 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | +--- com.squareup.okio:okio:3.16.4 (*)
+| | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | +--- androidx.appcompat:appcompat-resources:1.7.1
+| | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core:1.6.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+| | | | | | | | | +--- androidx.core:core:1.1.0 -> 1.18.0 (*)
+| | | | | | | | | \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0
+| | | | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
+| | | | | | | | | +--- androidx.interpolator:interpolator:1.0.0 (*)
+| | | | | | | | | \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | | | | \--- androidx.appcompat:appcompat:1.7.1 (c)
+| | | | | | | +--- androidx.core:core-ktx:1.16.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.exifinterface:exifinterface:1.4.2
+| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | \--- org.jspecify:jspecify:1.0.0
+| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (c)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0
+| | | | | | \--- io.coil-kt.coil3:coil-compose-core-android:3.4.0
+| | | | | | +--- io.coil-kt.coil3:coil-core:3.4.0 (*)
+| | | | | | +--- org.jetbrains.compose.foundation:foundation:1.9.3 -> 1.10.3 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | | | | \--- com.google.accompanist:accompanist-drawablepainter:0.37.3
+| | | | | | +--- androidx.compose.ui:ui:1.7.0 -> 1.10.5 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.2 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- dev.gitlive:firebase-common:2.4.0
+| | | | | \--- dev.gitlive:firebase-common-android:2.4.0
+| | | | | +--- com.google.firebase:firebase-common -> 22.0.1
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0 -> 1.10.2
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
+| | | | | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.4.0
+| | | | | | | | \--- com.google.android.gms:play-services-basement:18.8.0 -> 18.9.0
+| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core:1.2.0 -> 1.18.0 (*)
+| | | | | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.8.9
+| | | | | | | | +--- androidx.activity:activity:1.8.1 -> 1.13.0 (*)
+| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+| | | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.10.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.10.0 (*)
+| | | | | | | | +--- androidx.loader:loader:1.0.0 (*)
+| | | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
+| | | | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | | | | | | | +--- androidx.viewpager:viewpager:1.0.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | | | | \--- androidx.customview:customview:1.0.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | | \--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | | \--- androidx.fragment:fragment-ktx:1.8.9 (c)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
+| | | | | | +--- com.google.firebase:firebase-components:19.0.0
+| | | | | | | +--- com.google.firebase:firebase-annotations:17.0.0
+| | | | | | | | \--- javax.inject:javax.inject:1
+| | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
+| | | | | | | \--- com.google.errorprone:error_prone_annotations:2.26.0
+| | | | | | +--- com.google.firebase:firebase-annotations:17.0.0 (*)
+| | | | | | +--- androidx.datastore:datastore-preferences:1.1.7
+| | | | | | | \--- androidx.datastore:datastore-preferences-android:1.1.7
+| | | | | | | +--- androidx.datastore:datastore:1.1.7
+| | | | | | | | \--- androidx.datastore:datastore-android:1.1.7
+| | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.datastore:datastore-core:1.1.7
+| | | | | | | | | \--- androidx.datastore:datastore-core-android:1.1.7
+| | | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22
+| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.3.20 (*)
+| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22
+| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.3.20 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | | | | \--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7
+| | | | | | | | | \--- androidx.datastore:datastore-core-okio-jvm:1.1.7
+| | | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (*)
+| | | | | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | | | | \--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7
+| | | | | | | | \--- androidx.datastore:datastore-preferences-core-android:1.1.7
+| | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (*)
+| | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (*)
+| | | | | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7
+| | | | | | | | | +--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7
+| | | | | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | | | | \--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
+| | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.9.0 (*)
+| | | | | | \--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.4.0 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
+| | | | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- dev.gitlive:firebase-firestore:2.4.0
+| | | | | \--- dev.gitlive:firebase-firestore-android:2.4.0
+| | | | | +--- com.google.firebase:firebase-firestore -> 26.1.1
+| | | | | | +--- com.google.firebase:protolite-well-known-types:18.0.1
+| | | | | | | \--- com.google.protobuf:protobuf-javalite:3.25.5
+| | | | | | +--- com.google.android.gms:play-services-tasks:18.4.0 (*)
+| | | | | | +--- com.google.firebase:firebase-annotations:17.0.0 (*)
+| | | | | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0
+| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0
+| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core:1.9.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.fragment:fragment:1.1.0 -> 1.8.9 (*)
+| | | | | | | | +--- com.google.android.gms:play-services-basement:18.9.0 (*)
+| | | | | | | | \--- com.google.android.gms:play-services-tasks:18.4.0 (*)
+| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
+| | | | | | +--- com.google.firebase:firebase-auth-interop:19.0.2 -> 20.0.0
+| | | | | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.9.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.4.0 (*)
+| | | | | | | +--- com.google.firebase:firebase-annotations:16.0.0 -> 17.0.0 (*)
+| | | | | | | \--- com.google.firebase:firebase-common:20.0.0 -> 22.0.1 (*)
+| | | | | | +--- com.google.firebase:firebase-common:22.0.1 (*)
+| | | | | | +--- com.google.firebase:firebase-components:19.0.0 (*)
+| | | | | | +--- com.google.firebase:firebase-database-collection:18.0.1
+| | | | | | | \--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
+| | | | | | +--- com.google.android.gms:play-services-base:18.9.0 (*)
+| | | | | | +--- com.google.android.gms:play-services-basement:18.9.0 (*)
+| | | | | | +--- io.grpc:grpc-android:1.62.2
+| | | | | | | +--- io.grpc:grpc-api:1.62.2
+| | | | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
+| | | | | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
+| | | | | | | | \--- com.google.guava:guava:32.1.3-android
+| | | | | | | | +--- com.google.guava:failureaccess:1.0.1
+| | | | | | | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
+| | | | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
+| | | | | | | | +--- org.checkerframework:checker-qual:3.37.0
+| | | | | | | | \--- com.google.errorprone:error_prone_annotations:2.21.1 -> 2.26.0
+| | | | | | | +--- io.grpc:grpc-core:1.62.2
+| | | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | | | | +--- com.google.code.gson:gson:2.10.1
+| | | | | | | | +--- com.google.android:annotations:4.1.1.4
+| | | | | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
+| | | | | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
+| | | | | | | | +--- com.google.guava:guava:32.1.3-android (*)
+| | | | | | | | +--- io.perfmark:perfmark-api:0.26.0
+| | | | | | | | \--- io.grpc:grpc-context:1.62.2
+| | | | | | | | \--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | | | \--- com.google.guava:guava:32.1.3-android (*)
+| | | | | | +--- io.grpc:grpc-okhttp:1.62.2
+| | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | | | +--- io.grpc:grpc-util:1.62.2
+| | | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | | | | +--- io.grpc:grpc-core:1.62.2 (*)
+| | | | | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
+| | | | | | | | \--- com.google.guava:guava:32.1.3-android (*)
+| | | | | | | +--- io.grpc:grpc-core:1.62.2 (*)
+| | | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | | | +--- com.google.guava:guava:32.1.3-android (*)
+| | | | | | | \--- io.perfmark:perfmark-api:0.26.0
+| | | | | | +--- io.grpc:grpc-protobuf-lite:1.62.2
+| | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | | | +--- com.google.protobuf:protobuf-javalite:3.25.1 -> 3.25.5
+| | | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
+| | | | | | | \--- com.google.guava:guava:32.1.3-android (*)
+| | | | | | +--- io.grpc:grpc-stub:1.62.2
+| | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | | | +--- com.google.guava:guava:32.1.3-android (*)
+| | | | | | | \--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | \--- com.google.re2j:re2j:1.6
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
+| | | | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | | | | +--- dev.gitlive:firebase-app:2.4.0
+| | | | | | \--- dev.gitlive:firebase-app-android:2.4.0
+| | | | | | +--- com.google.firebase:firebase-common -> 22.0.1 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
+| | | | | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | | | +--- dev.gitlive:firebase-common-internal:2.4.0
+| | | | | | \--- dev.gitlive:firebase-common-internal-android:2.4.0
+| | | | | | +--- com.google.firebase:firebase-common -> 22.0.1 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
+| | | | | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2
+| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | +--- androidx.navigation:navigation-compose:2.9.7
+| | | | | | \--- androidx.navigation:navigation-compose-android:2.9.7
+| | | | | | +--- androidx.activity:activity:1.8.0 -> 1.13.0 (*)
+| | | | | | +--- androidx.activity:activity-compose:1.8.0 -> 1.13.0 (*)
+| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*)
+| | | | | | +--- androidx.collection:collection:1.4.5 -> 1.5.0 (*)
+| | | | | | +--- androidx.compose.animation:animation:1.7.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.compose.animation:animation-core:1.7.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.compose.foundation:foundation-layout:1.7.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.compose.runtime:runtime:1.7.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.compose.runtime:runtime-saveable:1.7.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui:1.7.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.0 -> 2.10.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.0 -> 2.10.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.0 -> 2.10.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2 -> 2.10.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.0 -> 2.10.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0 -> 2.10.0 (*)
+| | | | | | +--- androidx.navigation:navigation-common:2.9.7
+| | | | | | | \--- androidx.navigation:navigation-common-android:2.9.7
+| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.0 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.0 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.0 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0 -> 2.10.0 (*)
+| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
+| | | | | | | +--- androidx.savedstate:savedstate:1.3.0 -> 1.4.0 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | | | +--- androidx.navigation:navigation-compose:2.9.7 (c)
+| | | | | | | +--- androidx.navigation:navigation-runtime:2.9.7 (c)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | +--- androidx.navigation:navigation-runtime:2.9.7
+| | | | | | | \--- androidx.navigation:navigation-runtime-android:2.9.7
+| | | | | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.13.0 (*)
+| | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | +--- androidx.core:core-ktx:1.8.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 -> 2.10.0 (*)
+| | | | | | | +--- androidx.navigation:navigation-common:2.9.7 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | | | +--- androidx.navigation:navigation-common:2.9.7 (c)
+| | | | | | | +--- androidx.navigation:navigation-compose:2.9.7 (c)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | +--- androidx.savedstate:savedstate:1.3.0 -> 1.4.0 (*)
+| | | | | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.4.0 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | | +--- androidx.navigation:navigation-common:2.9.7 (c)
+| | | | | | +--- androidx.navigation:navigation-runtime:2.9.7 (c)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.9.6 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.navigation:navigation-common:2.9.2
+| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | +--- androidx.navigation:navigation-common:2.9.7 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.navigation:navigation-runtime:2.9.2
+| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | +--- androidx.navigation:navigation-runtime:2.9.7 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.navigation:navigation-common:2.9.2 (*)
+| | | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
+| | | | | +--- org.jetbrains.androidx.savedstate:savedstate-compose:1.3.6 (*)
+| | | | | +--- org.jetbrains.compose.animation:animation:1.8.2 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.animation:animation-core:1.8.2 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.8.2 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.9.3 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | +--- io.insert-koin:koin-annotations:4.2.0
+| | | | | \--- io.insert-koin:koin-annotations-jvm:4.2.0
+| | | | | +--- io.insert-koin:koin-core-annotations:4.2.0
+| | | | | | \--- io.insert-koin:koin-core-annotations-jvm:4.2.0
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | +--- io.insert-koin:koin-compose:koin -> 4.2.0
+| | | | | \--- io.insert-koin:koin-compose-android:4.2.0
+| | | | | +--- androidx.activity:activity-compose:1.12.4 -> 1.13.0 (*)
+| | | | | +--- io.insert-koin:koin-android:4.2.0
+| | | | | | +--- io.insert-koin:koin-core:4.2.0
+| | | | | | | \--- io.insert-koin:koin-core-jvm:4.2.0
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | | | | +--- co.touchlab:stately-concurrency:2.1.0
+| | | | | | | | \--- co.touchlab:stately-concurrency-jvm:2.1.0
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.20 (*)
+| | | | | | | | \--- co.touchlab:stately-strict:2.1.0
+| | | | | | | | \--- co.touchlab:stately-strict-jvm:2.1.0
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.20 (*)
+| | | | | | | \--- co.touchlab:stately-concurrent-collections:2.1.0
+| | | | | | | \--- co.touchlab:stately-concurrent-collections-jvm:2.1.0
+| | | | | | | +--- co.touchlab:stately-concurrency:2.1.0 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.20 (*)
+| | | | | | +--- io.insert-koin:koin-core-viewmodel:4.2.0
+| | | | | | | \--- io.insert-koin:koin-core-viewmodel-android:4.2.0
+| | | | | | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | | | +--- androidx.appcompat:appcompat:1.7.1
+| | | | | | | +--- androidx.activity:activity:1.8.0 -> 1.13.0 (*)
+| | | | | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*)
+| | | | | | | +--- androidx.appcompat:appcompat-resources:1.7.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | | | +--- androidx.core:core:1.13.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.core:core-ktx:1.13.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.cursoradapter:cursoradapter:1.0.0
+| | | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0
+| | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | | | \--- androidx.customview:customview:1.0.0 (*)
+| | | | | | | +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0 (*)
+| | | | | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0
+| | | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core:1.3.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.emoji2:emoji2:1.4.0 (*)
+| | | | | | | | \--- androidx.emoji2:emoji2:1.4.0 (c)
+| | | | | | | +--- androidx.fragment:fragment:1.5.4 -> 1.8.9 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0 (*)
+| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
+| | | | | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1
+| | | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+| | | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | \--- androidx.appcompat:appcompat-resources:1.7.1 (c)
+| | | | | | +--- androidx.activity:activity-ktx:1.12.4 -> 1.13.0 (*)
+| | | | | | +--- androidx.fragment:fragment-ktx:1.8.9
+| | | | | | | +--- androidx.activity:activity-ktx:1.8.1 -> 1.13.0 (*)
+| | | | | | | +--- androidx.collection:collection-ktx:1.1.0 -> 1.5.0 (*)
+| | | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.fragment:fragment:1.8.9 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.10.0 (*)
+| | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | \--- androidx.fragment:fragment:1.8.9 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.2 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.foundation:foundation:1.10.2 -> 1.10.3 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0
+| | | | | \--- io.insert-koin:koin-compose-viewmodel-android:4.2.0
+| | | | | +--- androidx.activity:activity-compose:1.12.4 -> 1.13.0 (*)
+| | | | | +--- io.insert-koin:koin-compose:4.2.0 (*)
+| | | | | +--- io.insert-koin:koin-core-viewmodel:4.2.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.9.6 -> 2.10.0 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | | +--- co.touchlab:kermit:2.1.0
+| | | | | \--- co.touchlab:kermit-android-debug:2.1.0
+| | | | | +--- co.touchlab:kermit-core:2.1.0
+| | | | | | \--- co.touchlab:kermit-core-android-debug:2.1.0
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.20 (*)
+| | | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | | \--- io.coil-kt.coil3:coil-network-ktor3:3.4.0
+| | | | \--- io.coil-kt.coil3:coil-network-ktor3-android:3.4.0
+| | | | +--- io.coil-kt.coil3:coil-core:3.4.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-network-core:3.4.0
+| | | | | \--- io.coil-kt.coil3:coil-network-core-android:3.4.0
+| | | | | +--- io.coil-kt.coil3:coil-core:3.4.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | | | \--- androidx.core:core-ktx:1.16.0 -> 1.18.0 (*)
+| | | | +--- io.ktor:ktor-client-core:3.1.0 -> 3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | \--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.10.0
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (*)
+| | \--- project :modules:library-navigation-api (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| +--- dev.gitlive:firebase-common:2.4.0 (*)
+| +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| +--- io.insert-koin:koin-core:4.2.0 (*)
+| +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| +--- co.touchlab:kermit:2.1.0 (*)
+| +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
| +--- project :modules:feature-account
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- app.cash.sqldelight:android-driver:2.2.1
-| | | +--- androidx.sqlite:sqlite-framework:2.5.2
-| | | | \--- androidx.sqlite:sqlite-framework-android:2.5.2
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- app.cash.sqldelight:android-driver:2.3.2
+| | | +--- androidx.sqlite:sqlite-framework:2.6.2
+| | | | \--- androidx.sqlite:sqlite-framework-android:2.6.2
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | +--- androidx.sqlite:sqlite:2.5.2
-| | | | | \--- androidx.sqlite:sqlite-android:2.5.2
-| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- androidx.sqlite:sqlite-framework:2.5.2 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- androidx.sqlite:sqlite:2.5.2 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.3.10 (c)
-| | | +--- app.cash.sqldelight:runtime:2.2.1
-| | | | \--- app.cash.sqldelight:runtime-jvm:2.2.1
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | +--- androidx.sqlite:sqlite:2.5.2 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- app.cash.sqldelight:runtime:2.2.1 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | | +--- androidx.sqlite:sqlite:2.6.2
+| | | | | \--- androidx.sqlite:sqlite-android:2.6.2
+| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- androidx.sqlite:sqlite-framework:2.6.2 (c)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | +--- androidx.sqlite:sqlite:2.6.2 (c)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (c)
+| | | +--- app.cash.sqldelight:runtime:2.3.2
+| | | | \--- app.cash.sqldelight:runtime-jvm:2.3.2
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | +--- androidx.sqlite:sqlite:2.6.2 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- app.cash.sqldelight:runtime:2.3.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | +--- project :modules:feature-account-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:library-navigation-api (*)
-| | | +--- project :modules:library-network-api
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | | | +--- com.apollographql.apollo:apollo-runtime:4.4.1
-| | | | | \--- com.apollographql.apollo:apollo-runtime-android-debug:4.4.1
-| | | | | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*)
-| | | | | +--- androidx.core:core-ktx:1.12.0 -> 1.17.0 (*)
-| | | | | +--- com.squareup.okhttp3:okhttp:4.12.0
-| | | | | | +--- com.squareup.okio:okio:3.6.0 -> 3.15.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.0 (*)
-| | | | | +--- com.apollographql.apollo:apollo-api:4.4.1
-| | | | | | \--- com.apollographql.apollo:apollo-api-jvm:4.4.1
-| | | | | | +--- com.squareup.okio:okio:3.9.0 -> 3.15.0 (*)
-| | | | | | +--- com.benasher44:uuid:0.8.2
-| | | | | | | \--- com.benasher44:uuid-jvm:0.8.2
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.3.10 (*)
-| | | | | | \--- com.apollographql.apollo:apollo-annotations:4.4.1
-| | | | | | \--- com.apollographql.apollo:apollo-annotations-jvm:4.4.1
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.3.10 (c)
-| | | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.4.1
-| | | | | | \--- com.apollographql.apollo:apollo-mpp-utils-jvm:4.4.1
-| | | | | | \--- com.apollographql.apollo:apollo-annotations:4.4.1 (*)
-| | | | | +--- com.squareup.okio:okio:3.9.0 -> 3.15.0 (*)
-| | | | | +--- com.benasher44:uuid:0.8.2 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0
-| | | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.26.0
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.3.10 (*)
-| | | | +--- com.apollographql.apollo:apollo-adapters:4.4.1
-| | | | | \--- com.apollographql.apollo:apollo-adapters-jvm:4.4.1
-| | | | | +--- com.apollographql.apollo:apollo-api:4.4.1 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.5.0 -> 0.7.1 (*)
-| | | | | \--- com.apollographql.apollo:apollo-annotations:4.4.1 (*)
-| | | | +--- com.apollographql.apollo:apollo-normalized-cache:4.4.1
-| | | | | \--- com.apollographql.apollo:apollo-normalized-cache-jvm:4.4.1
-| | | | | +--- com.apollographql.apollo:apollo-runtime:4.4.1 (*)
-| | | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.4.1
-| | | | | | \--- com.apollographql.apollo:apollo-normalized-cache-api-jvm:4.4.1
-| | | | | | +--- com.apollographql.apollo:apollo-api:4.4.1 (*)
-| | | | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.4.1 (*)
-| | | | | | +--- com.benasher44:uuid:0.8.2 (*)
-| | | | | | \--- com.squareup.okio:okio:3.9.0 -> 3.15.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | | | +--- com.apollographql.apollo:apollo-normalized-cache-sqlite:4.4.1
-| | | | | \--- com.apollographql.apollo:apollo-normalized-cache-sqlite-android-debug:4.4.1
-| | | | | +--- androidx.sqlite:sqlite:2.3.1 -> 2.5.2 (*)
-| | | | | +--- app.cash.sqldelight:android-driver:2.0.1 -> 2.2.1 (*)
-| | | | | +--- androidx.sqlite:sqlite-framework:2.3.1 -> 2.5.2 (*)
-| | | | | +--- androidx.startup:startup-runtime:1.1.1 (*)
-| | | | | +--- com.apollographql.apollo:apollo-api:4.4.1 (*)
-| | | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.4.1 (*)
-| | | | | \--- app.cash.sqldelight:runtime:2.0.1 -> 2.2.1 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | \--- project :modules:library-network-api
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
+| | | +--- com.apollographql.apollo:apollo-runtime:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-runtime-android-debug:4.4.2
+| | | | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*)
+| | | | +--- androidx.core:core-ktx:1.12.0 -> 1.18.0 (*)
+| | | | +--- com.squareup.okhttp3:okhttp:4.12.0
+| | | | | +--- com.squareup.okio:okio:3.6.0 -> 3.16.4 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.0
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.20 (*)
+| | | | +--- com.apollographql.apollo:apollo-api:4.4.2
+| | | | | \--- com.apollographql.apollo:apollo-api-jvm:4.4.2
+| | | | | +--- com.squareup.okio:okio:3.9.0 -> 3.16.4 (*)
+| | | | | +--- com.benasher44:uuid:0.8.2
+| | | | | | \--- com.benasher44:uuid-jvm:0.8.2
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.3.20 (*)
+| | | | | \--- com.apollographql.apollo:apollo-annotations:4.4.2
+| | | | | \--- com.apollographql.apollo:apollo-annotations-jvm:4.4.2
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.3.20 (c)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.0 -> 2.3.20 (c)
+| | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.4.2
+| | | | | \--- com.apollographql.apollo:apollo-mpp-utils-jvm:4.4.2
+| | | | | \--- com.apollographql.apollo:apollo-annotations:4.4.2 (*)
+| | | | +--- com.squareup.okio:okio:3.9.0 -> 3.16.4 (*)
+| | | | +--- com.benasher44:uuid:0.8.2 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0
+| | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.26.0
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.3.20 (*)
+| | | +--- com.apollographql.apollo:apollo-adapters:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-adapters-jvm:4.4.2
+| | | | +--- com.apollographql.apollo:apollo-api:4.4.2 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.5.0 -> 0.7.1 (*)
+| | | | \--- com.apollographql.apollo:apollo-annotations:4.4.2 (*)
+| | | +--- com.apollographql.apollo:apollo-normalized-cache:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-normalized-cache-jvm:4.4.2
+| | | | +--- com.apollographql.apollo:apollo-runtime:4.4.2 (*)
+| | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.4.2
+| | | | | \--- com.apollographql.apollo:apollo-normalized-cache-api-jvm:4.4.2
+| | | | | +--- com.apollographql.apollo:apollo-api:4.4.2 (*)
+| | | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.4.2 (*)
+| | | | | +--- com.benasher44:uuid:0.8.2 (*)
+| | | | | \--- com.squareup.okio:okio:3.9.0 -> 3.16.4 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | | +--- com.apollographql.apollo:apollo-normalized-cache-sqlite:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-normalized-cache-sqlite-android-debug:4.4.2
+| | | | +--- androidx.sqlite:sqlite:2.3.1 -> 2.6.2 (*)
+| | | | +--- app.cash.sqldelight:android-driver:2.0.1 -> 2.3.2 (*)
+| | | | +--- androidx.sqlite:sqlite-framework:2.3.1 -> 2.6.2 (*)
+| | | | +--- androidx.startup:startup-runtime:1.1.1 (*)
+| | | | +--- com.apollographql.apollo:apollo-api:4.4.2 (*)
+| | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.4.2 (*)
+| | | | \--- app.cash.sqldelight:runtime:2.0.1 -> 2.3.2 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
| | +--- project :modules:feature-common-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:library-navigation-api (*)
-| | | +--- project :modules:library-network-api (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | \--- project :modules:library-network-api (*)
| | +--- project :modules:library-navigation
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- project :modules:library-navigation-api (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:feature-launches-api
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | | | +--- project :modules:library-navigation-api (*)
-| | | | +--- project :modules:library-network-api (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| | | +--- project :modules:feature-login-api
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | | +--- junit:junit:4.13.2 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | | +--- project :modules:library-navigation-api (*)
-| | | | +--- project :modules:library-network-api (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | | \--- project :modules:library-network-api (*)
+| | | \--- project :modules:feature-login-api
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | | +--- project :modules:library-navigation-api (*)
+| | | \--- project :modules:library-network-api (*)
| | +--- project :modules:library-network-api (*)
| | +--- project :modules:library-network
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- project :modules:library-network-api (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | | +--- io.ktor:ktor-client-content-negotiation:3.4.0
-| | | | \--- io.ktor:ktor-client-content-negotiation-jvm:3.4.0
-| | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-client-core:3.4.0 (*)
-| | | | +--- io.ktor:ktor-serialization:3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-client-core:3.4.0 (*)
-| | | +--- io.ktor:ktor-client-cio:3.4.0
-| | | | \--- io.ktor:ktor-client-cio-jvm:3.4.0
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | | +--- io.ktor:ktor-client-content-negotiation:3.4.1
+| | | | \--- io.ktor:ktor-client-content-negotiation-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-client-core:3.4.0 (*)
-| | | | +--- io.ktor:ktor-http-cio:3.4.0 (*)
-| | | | +--- io.ktor:ktor-websockets:3.4.0 (*)
-| | | | +--- io.ktor:ktor-network-tls:3.4.0
-| | | | | \--- io.ktor:ktor-network-tls-jvm:3.4.0
-| | | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-http:3.4.0 (*)
-| | | | | +--- io.ktor:ktor-network:3.4.0 (*)
-| | | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-serialization-kotlinx-json:3.4.0
-| | | | \--- io.ktor:ktor-serialization-kotlinx-json-jvm:3.4.0
+| | | | +--- io.ktor:ktor-client-core:3.4.1 (*)
+| | | | +--- io.ktor:ktor-serialization:3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-client-core:3.4.1 (*)
+| | | +--- io.ktor:ktor-client-cio:3.4.1
+| | | | \--- io.ktor:ktor-client-cio-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-serialization-kotlinx:3.4.0
-| | | | | \--- io.ktor:ktor-serialization-kotlinx-jvm:3.4.0
+| | | | +--- io.ktor:ktor-client-core:3.4.1 (*)
+| | | | +--- io.ktor:ktor-http-cio:3.4.1 (*)
+| | | | +--- io.ktor:ktor-websockets:3.4.1 (*)
+| | | | +--- io.ktor:ktor-network-tls:3.4.1
+| | | | | \--- io.ktor:ktor-network-tls-jvm:3.4.1
| | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-serialization:3.4.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-io:1.9.0 -> 1.10.0
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-io-jvm:1.10.0
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-io-core:0.6.0 -> 0.8.2 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | | | +--- io.ktor:ktor-http:3.4.1 (*)
+| | | | | +--- io.ktor:ktor-network:3.4.1 (*)
+| | | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | \--- io.ktor:ktor-serialization-kotlinx-json:3.4.1
+| | | \--- io.ktor:ktor-serialization-kotlinx-json-jvm:3.4.1
+| | | +--- org.slf4j:slf4j-api:2.0.17
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- io.ktor:ktor-serialization-kotlinx:3.4.1
+| | | | \--- io.ktor:ktor-serialization-kotlinx-jvm:3.4.1
+| | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- io.ktor:ktor-serialization:3.4.1 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0 -> 1.10.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-io:1.9.0 -> 1.10.0
+| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-io-jvm:1.10.0
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
+| | | | \--- org.jetbrains.kotlinx:kotlinx-io-core:0.6.0 -> 0.8.2 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
| | +--- dev.gitlive:firebase-auth:2.4.0
| | | \--- dev.gitlive:firebase-auth-android:2.4.0
-| | | +--- com.google.firebase:firebase-auth -> 23.2.1
+| | | +--- com.google.firebase:firebase-auth -> 24.0.1
| | | | +--- androidx.browser:browser:1.4.0
| | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
| | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
| | | | | +--- androidx.interpolator:interpolator:1.0.0 (*)
-| | | | | +--- androidx.core:core:1.1.0 -> 1.17.0 (*)
+| | | | | +--- androidx.core:core:1.1.0 -> 1.18.0 (*)
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
| | | | +--- androidx.credentials:credentials:1.2.0-rc01
| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
| | | | | \--- androidx.credentials:credentials-play-services-auth:1.2.0-rc01 (c)
| | | | +--- androidx.credentials:credentials-play-services-auth:1.2.0-rc01
@@ -1881,333 +1965,329 @@ debugRuntimeClasspath - Runtime classpath of '/debug'.
| | | | | +--- com.google.android.gms:play-services-auth:20.7.0
| | | | | | +--- androidx.fragment:fragment:1.0.0 -> 1.8.9 (*)
| | | | | | +--- com.google.android.gms:play-services-auth-api-phone:18.0.1 -> 18.0.2
-| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.2 -> 18.4.0 (*)
-| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.2 -> 18.9.0 (*)
+| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
| | | | | | +--- com.google.android.gms:play-services-auth-base:18.0.4
| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.4.0 (*)
-| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
-| | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | | +--- com.google.android.gms:play-services-basement:18.2.0 -> 18.4.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.9.0 (*)
+| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
+| | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | +--- com.google.android.gms:play-services-basement:18.2.0 -> 18.9.0 (*)
| | | | | | +--- com.google.android.gms:play-services-fido:20.0.1 -> 20.1.0
-| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.4.0 (*)
-| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
-| | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.9.0 (*)
+| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
+| | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
| | | | | +--- com.google.android.gms:play-services-fido:20.1.0 (*)
| | | | | +--- com.google.android.libraries.identity.googleid:googleid:1.1.0
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.3.10 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.3.20 (*)
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
| | | | | \--- androidx.credentials:credentials:1.2.0-rc01 (c)
| | | | +--- androidx.fragment:fragment:1.1.0 -> 1.8.9 (*)
| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 (*)
| | | | +--- com.google.android.gms:play-services-auth-api-phone:18.0.2 (*)
-| | | | +--- com.google.android.gms:play-services-basement:18.4.0 (*)
-| | | | +--- com.google.android.gms:play-services-tasks:18.2.0 (*)
+| | | | +--- com.google.android.gms:play-services-basement:18.4.0 -> 18.9.0 (*)
+| | | | +--- com.google.android.gms:play-services-tasks:18.2.0 -> 18.4.0 (*)
| | | | +--- com.google.android.play:integrity:1.3.0
-| | | | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.4.0 (*)
-| | | | | +--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.2.0 (*)
+| | | | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.9.0 (*)
+| | | | | +--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.4.0 (*)
| | | | | \--- com.google.android.play:core-common:2.0.3
| | | | +--- com.google.android.recaptcha:recaptcha:18.6.1
-| | | | | +--- com.google.android.gms:play-services-basement:18.4.0 (*)
-| | | | | +--- com.google.android.gms:play-services-tasks:18.2.0 (*)
+| | | | | +--- com.google.android.gms:play-services-basement:18.4.0 -> 18.9.0 (*)
+| | | | | +--- com.google.android.gms:play-services-tasks:18.2.0 -> 18.4.0 (*)
| | | | | +--- com.google.android.play:integrity:1.3.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 2.3.10 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 2.3.20 (*)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.2 (*)
| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.3 -> 1.10.2 (*)
-| | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
+| | | | +--- com.google.firebase:firebase-annotations:16.2.0 -> 17.0.0 (*)
| | | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0 (*)
| | | | +--- com.google.firebase:firebase-auth-interop:20.0.0 (*)
-| | | | +--- com.google.firebase:firebase-common:21.0.0 (*)
-| | | | +--- com.google.firebase:firebase-common-ktx:21.0.0 (*)
-| | | | +--- com.google.firebase:firebase-components:18.0.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.3.10 (*)
+| | | | +--- com.google.firebase:firebase-common:21.0.0 -> 22.0.1 (*)
+| | | | +--- com.google.firebase:firebase-components:18.0.0 -> 19.0.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
+| | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
| | | +--- dev.gitlive:firebase-app:2.4.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1
-| | | \--- app.cash.sqldelight:coroutines-extensions-jvm:2.2.1
-| | | +--- app.cash.sqldelight:runtime:2.2.1 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | \--- app.cash.sqldelight:async-extensions:2.2.1
-| | | \--- app.cash.sqldelight:async-extensions-jvm:2.2.1
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | \--- app.cash.sqldelight:runtime:2.2.1 (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- app.cash.sqldelight:coroutines-extensions:2.3.2
+| | \--- app.cash.sqldelight:coroutines-extensions-jvm:2.3.2
+| | +--- app.cash.sqldelight:runtime:2.3.2 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | \--- app.cash.sqldelight:async-extensions:2.3.2
+| | \--- app.cash.sqldelight:async-extensions-jvm:2.3.2
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | \--- app.cash.sqldelight:runtime:2.3.2 (*)
| +--- project :modules:feature-account-api (*)
| +--- project :modules:feature-common
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | +--- app.cash.sqldelight:coroutines-extensions:2.3.2 (*)
| | +--- project :modules:feature-common-api (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
-| | +--- project :modules:library-network (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network (*)
| +--- project :modules:feature-electricity
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | +--- io.github.koalaplot:koalaplot-core:0.10.4
-| | | \--- io.github.koalaplot:koalaplot-core-android:0.10.4
-| | | +--- org.jetbrains.compose.ui:ui:1.9.2 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.animation:animation:1.9.2 -> 1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | +--- org.jetbrains.compose.runtime:runtime:1.9.2 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.9.2 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.material3:material3:1.9.0-beta03 -> 1.9.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | +--- io.github.koalaplot:koalaplot-core:0.11.0
+| | | \--- io.github.koalaplot:koalaplot-core-android:0.11.0
+| | | +--- org.jetbrains.compose.ui:ui:1.10.0 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.animation:animation:1.10.0 -> 1.10.3 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- io.github.thechance101:chart:Beta-0.0.5
| | | \--- io.github.thechance101:chart-android-debug:Beta-0.0.5
| | | +--- androidx.appcompat:appcompat:1.5.1 -> 1.7.1 (*)
-| | | +--- androidx.core:core-ktx:1.9.0 -> 1.17.0 (*)
+| | | +--- androidx.core:core-ktx:1.9.0 -> 1.18.0 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 (*)
-| | | +--- org.jetbrains.compose.runtime:runtime:1.4.3 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.4.3 -> 1.10.0 (*)
-| | | \--- org.jetbrains.compose.material:material:1.4.3 -> 1.10.0 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.4.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.4.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.material:material:1.4.3 -> 1.10.3 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.3.20 (*)
+| | +--- app.cash.sqldelight:coroutines-extensions:2.3.2 (*)
| | +--- project :modules:feature-electricity-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:library-navigation-api (*)
| | | +--- project :modules:library-network-api (*)
-| | | +--- project :modules:library-network (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | \--- project :modules:library-network (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
-| | +--- project :modules:library-network (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network (*)
| +--- project :modules:feature-home-api
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | +--- project :modules:library-navigation-api (*)
-| | +--- project :modules:library-network-api (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network-api (*)
| +--- project :modules:feature-launches
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- app.cash.sqldelight:android-driver:2.2.1 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- app.cash.sqldelight:runtime:2.2.1 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- app.cash.sqldelight:android-driver:2.3.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- app.cash.sqldelight:runtime:2.3.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | +--- app.cash.sqldelight:coroutines-extensions:2.3.2 (*)
| | +--- project :modules:feature-common-api (*)
| | +--- project :modules:feature-launches-api (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
-| | +--- project :modules:library-network (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network (*)
| +--- project :modules:feature-launches-api (*)
| +--- project :modules:feature-login
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
| | +--- project :modules:feature-account-api (*)
| | +--- project :modules:feature-common-api (*)
| | +--- project :modules:feature-login-api (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
| | +--- project :modules:library-network (*)
-| | +--- dev.gitlive:firebase-auth:2.4.0 (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- dev.gitlive:firebase-auth:2.4.0 (*)
| +--- project :modules:feature-login-api (*)
| +--- project :modules:feature-schedules
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.components:components-resources:1.10.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.components:components-resources:1.10.3 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | +--- app.cash.sqldelight:coroutines-extensions:2.3.2 (*)
| | +--- project :modules:feature-account-api (*)
| | +--- project :modules:feature-login-api (*)
| | +--- project :modules:feature-schedules-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:library-navigation-api (*)
-| | | +--- project :modules:library-network-api (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | \--- project :modules:library-network-api (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
-| | +--- project :modules:library-network (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network (*)
| +--- project :modules:feature-schedules-api (*)
| +--- project :modules:library-navigation (*)
| +--- project :modules:library-network-api (*)
-| +--- project :modules:library-network (*)
-| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-+--- androidx.activity:activity-compose:1.12.3 (*)
+| \--- project :modules:library-network (*)
++--- androidx.activity:activity-compose:1.13.0 (*)
+--- dev.gitlive:firebase-firestore:2.4.0 (*)
-+--- org.jetbrains.compose.ui:ui:1.10.0 (*)
++--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-\--- io.insert-koin:koin-android:4.1.1 (*)
+\--- io.insert-koin:koin-android:4.2.0 (*)
(c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree.
(*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation.
diff --git a/app/versions/dependencies/debugUnitTestRuntimeClasspathDependencies.txt b/app/versions/dependencies/debugUnitTestRuntimeClasspathDependencies.txt
index f60f732..30f2150 100644
--- a/app/versions/dependencies/debugUnitTestRuntimeClasspathDependencies.txt
+++ b/app/versions/dependencies/debugUnitTestRuntimeClasspathDependencies.txt
@@ -5,45 +5,44 @@ Project ':app'
debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'.
+--- project :app (*)
-+--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10
-| +--- org.jetbrains:annotations:13.0 -> 23.0.0
-| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.0 (c)
-| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.0 (c)
+--- project :modules:library-test
| +--- androidx.test:core-ktx:1.7.0
-| | +--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.9.4
-| | | \--- androidx.lifecycle:lifecycle-common-jvm:2.9.4
+| | +--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.10.0
+| | | \--- androidx.lifecycle:lifecycle-common-jvm:2.10.0
| | | +--- androidx.annotation:annotation:1.9.1
| | | | \--- androidx.annotation:annotation-jvm:1.9.1
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.20
+| | | | +--- org.jetbrains:annotations:13.0 -> 23.0.0
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.3.20 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.0 (c)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.0 (c)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2
| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2
| | | | +--- org.jetbrains:annotations:23.0.0
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (c)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2 (c)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (c)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (c)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.2 (c)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 (c)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (c)
| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.2 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
| | | +--- org.jspecify:jspecify:1.0.0
-| | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
+| | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.10.0 (c)
+| | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
| | +--- androidx.test:core:1.7.0
| | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
| | | +--- androidx.concurrent:concurrent-futures-ktx:1.2.0
@@ -51,20 +50,20 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'.
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| | | | | \--- androidx.concurrent:concurrent-futures-ktx:1.2.0 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
| | | | \--- androidx.concurrent:concurrent-futures:1.2.0 (c)
-| | | +--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.9.4 (*)
+| | | +--- androidx.lifecycle:lifecycle-common:2.3.1 -> 2.10.0 (*)
| | | +--- androidx.test:monitor:1.8.0
| | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
| | | | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0
| | | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.3.10 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.3.20 (*)
| | | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*)
| | | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.3.20 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.1 -> 1.10.2 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.3.10 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.3.20 (*)
| +--- androidx.test:runner:1.7.0
| | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
| | +--- androidx.test.services:storage:1.6.0
@@ -74,44 +73,212 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'.
| | +--- androidx.tracing:tracing:1.1.0 -> 1.2.0 (*)
| | \--- junit:junit:4.13.2
| | \--- org.hamcrest:hamcrest-core:1.3
-| +--- com.apollographql.apollo:apollo-testing-support:4.4.1
-| | \--- com.apollographql.apollo:apollo-testing-support-jvm:4.4.1
-| | +--- com.apollographql.apollo:apollo-api:4.4.1
-| | | \--- com.apollographql.apollo:apollo-api-jvm:4.4.1
-| | | +--- com.squareup.okio:okio:3.9.0 -> 3.15.0
-| | | | \--- com.squareup.okio:okio-jvm:3.15.0
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
+| +--- junit:junit:4.13.2 (*)
+| +--- io.mockk:mockk-android:1.14.9
+| | +--- io.mockk:mockk:1.14.9
+| | | \--- io.mockk:mockk-jvm:1.14.9
+| | | +--- io.mockk:mockk-dsl:1.14.9
+| | | | \--- io.mockk:mockk-dsl-jvm:1.14.9
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.10.2 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-reflect -> 2.2.21
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.20 (*)
+| | | | +--- io.mockk:mockk-core:1.14.9
+| | | | | \--- io.mockk:mockk-core-jvm:1.14.9
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-reflect -> 2.2.21 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-reflect:2.2.21 (c)
+| | | | \--- org.jetbrains.kotlin:kotlin-reflect:2.2.21 (c)
+| | | +--- io.mockk:mockk-agent:1.14.9
+| | | | \--- io.mockk:mockk-agent-jvm:1.14.9
+| | | | +--- org.objenesis:objenesis:3.4
+| | | | +--- net.bytebuddy:byte-buddy:1.18.2
+| | | | +--- net.bytebuddy:byte-buddy-agent:1.18.2
+| | | | +--- io.mockk:mockk-agent-api:1.14.9
+| | | | | \--- io.mockk:mockk-agent-api-jvm:1.14.9
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-reflect -> 2.2.21 (*)
+| | | | +--- io.mockk:mockk-core:1.14.9 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-reflect:2.2.21 (c)
+| | | +--- io.mockk:mockk-agent-api:1.14.9 (*)
+| | | +--- io.mockk:mockk-core:1.14.9 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.10.2 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-reflect -> 2.2.21 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-reflect:2.2.21 (c)
+| | +--- io.mockk:mockk-agent-api:1.14.9 (*)
+| | +--- io.mockk:mockk-agent-android:1.14.9
+| | | +--- io.mockk:mockk-core:1.14.9 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-reflect -> 2.2.21 (*)
+| | | +--- com.linkedin.dexmaker:dexmaker:2.28.6
+| | | | \--- com.jakewharton.android.repackaged:dalvik-dx:9.0.0_r3
+| | | +--- org.objenesis:objenesis:3.4
+| | | +--- io.mockk:mockk-agent-api:1.14.9 (*)
+| | | +--- io.mockk:mockk-agent:1.14.9 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-reflect:2.2.21 (c)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.20 (*)
+| +--- com.google.firebase:firebase-bom:34.10.0
+| | +--- com.google.firebase:firebase-firestore:26.1.1 (c)
+| | +--- com.google.firebase:firebase-common:22.0.1 (c)
+| | \--- com.google.firebase:firebase-auth:24.0.1 (c)
+| +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0
+| | \--- androidx.lifecycle:lifecycle-viewmodel:2.10.0
+| | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.10.0
+| | +--- androidx.annotation:annotation:1.9.1 (*)
+| | +--- androidx.core:core-viewtree:1.0.0
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (c)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| +--- io.ktor:ktor-client-android:3.4.1
+| | \--- io.ktor:ktor-client-android-jvm:3.4.1
+| | +--- org.slf4j:slf4j-api:2.0.17
+| | +--- io.ktor:ktor-client-core:3.4.1
+| | | \--- io.ktor:ktor-client-core-jvm:3.4.1
+| | | +--- org.slf4j:slf4j-api:2.0.17
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- io.ktor:ktor-http:3.4.1
+| | | | \--- io.ktor:ktor-http-jvm:3.4.1
+| | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- io.ktor:ktor-utils:3.4.1
+| | | | | \--- io.ktor:ktor-utils-jvm:3.4.1
+| | | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | +--- io.ktor:ktor-io:3.4.1
+| | | | | | \--- io.ktor:ktor-io-jvm:3.4.1
+| | | | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-io-core:0.8.2
+| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-core-jvm:0.8.2
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-io-bytestring:0.8.2
+| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-bytestring-jvm:0.8.2
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.20 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.10.0
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.10.0 (c)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (c)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.10.0 (c)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (c)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-io:1.10.0 (c)
+| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-io-jvm:1.10.0 (c)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-http-cio:3.4.1
+| | | | \--- io.ktor:ktor-http-cio-jvm:3.4.1
+| | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | +--- io.ktor:ktor-network:3.4.1
+| | | | | \--- io.ktor:ktor-network-jvm:3.4.1
+| | | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- io.ktor:ktor-http:3.4.1 (*)
+| | | | +--- io.ktor:ktor-io:3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-events:3.4.1
+| | | | \--- io.ktor:ktor-events-jvm:3.4.1
+| | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-websocket-serialization:3.4.1
+| | | | \--- io.ktor:ktor-websocket-serialization-jvm:3.4.1
+| | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- io.ktor:ktor-serialization:3.4.1
+| | | | | \--- io.ktor:ktor-serialization-jvm:3.4.1
+| | | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | +--- io.ktor:ktor-websockets:3.4.1
+| | | | | | \--- io.ktor:ktor-websockets-jvm:3.4.1
+| | | | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | | | +--- io.ktor:ktor-http:3.4.1 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-sse:3.4.1
+| | | | \--- io.ktor:ktor-sse-jvm:3.4.1
+| | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.2
+| | | +--- org.slf4j:slf4j-api:1.7.32 -> 2.0.17
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| +--- com.apollographql.apollo:apollo-testing-support:4.4.2
+| | \--- com.apollographql.apollo:apollo-testing-support-jvm:4.4.2
+| | +--- com.apollographql.apollo:apollo-api:4.4.2
+| | | \--- com.apollographql.apollo:apollo-api-jvm:4.4.2
+| | | +--- com.squareup.okio:okio:3.9.0 -> 3.16.4
+| | | | \--- com.squareup.okio:okio-jvm:3.16.4
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
| | | +--- com.benasher44:uuid:0.8.2
| | | | \--- com.benasher44:uuid-jvm:0.8.2
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.3.10 (*)
-| | | \--- com.apollographql.apollo:apollo-annotations:4.4.1
-| | | \--- com.apollographql.apollo:apollo-annotations-jvm:4.4.1
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.3.10 (c)
-| | +--- com.apollographql.apollo:apollo-runtime:4.4.1
-| | | \--- com.apollographql.apollo:apollo-runtime-android-debug:4.4.1
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.3.20 (*)
+| | | \--- com.apollographql.apollo:apollo-annotations:4.4.2
+| | | \--- com.apollographql.apollo:apollo-annotations-jvm:4.4.2
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib-common -> 2.3.20
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.3.20 (c)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.0 -> 2.3.20 (c)
+| | +--- com.apollographql.apollo:apollo-runtime:4.4.2
+| | | \--- com.apollographql.apollo:apollo-runtime-android-debug:4.4.2
| | | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*)
-| | | +--- androidx.core:core-ktx:1.12.0 -> 1.17.0
+| | | +--- androidx.core:core-ktx:1.12.0 -> 1.18.0
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | +--- androidx.core:core:1.17.0
+| | | | +--- androidx.core:core:1.18.0
| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | | +--- androidx.annotation:annotation-experimental:1.4.1
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.3.10 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.3.20 (*)
| | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0
| | | | | | \--- androidx.collection:collection-jvm:1.5.0
| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | | | | +--- androidx.collection:collection-ktx:1.5.0 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.10 (c)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.20 (c)
| | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.2.0 (*)
-| | | | | +--- androidx.core:core-viewtree:1.0.0
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (c)
+| | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
| | | | | +--- androidx.interpolator:interpolator:1.0.0
| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.9.4
-| | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.9.4
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.10.0
+| | | | | | \--- androidx.lifecycle:lifecycle-runtime-android:2.10.0
| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
| | | | | | +--- androidx.arch.core:core-common:2.2.0
| | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
@@ -119,7 +286,7 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'.
| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | | | \--- androidx.arch.core:core-common:2.2.0 (*)
| | | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
| | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1
| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 -> 1.2.0 (*)
@@ -127,1836 +294,1783 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'.
| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*)
| | | | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
| | | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.5 -> 2.10.0 (c)
+| | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
| | | | | +--- androidx.tracing:tracing:1.2.0 (*)
| | | | | +--- androidx.versionedparcelable:versionedparcelable:1.1.1
| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | | \--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
| | | | | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | +--- androidx.core:core-ktx:1.17.0 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- androidx.core:core:1.17.0 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
+| | | | | \--- androidx.core:core-ktx:1.18.0 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | \--- androidx.core:core:1.18.0 (c)
| | | +--- com.squareup.okhttp3:okhttp:4.12.0
-| | | | +--- com.squareup.okio:okio:3.6.0 -> 3.15.0 (*)
+| | | | +--- com.squareup.okio:okio:3.6.0 -> 3.16.4 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.0
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.10 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.20 (*)
| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.10 (*)
-| | | +--- com.apollographql.apollo:apollo-api:4.4.1 (*)
-| | | +--- com.apollographql.apollo:apollo-mpp-utils:4.4.1
-| | | | \--- com.apollographql.apollo:apollo-mpp-utils-jvm:4.4.1
-| | | | \--- com.apollographql.apollo:apollo-annotations:4.4.1 (*)
-| | | +--- com.squareup.okio:okio:3.9.0 -> 3.15.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.20 (*)
+| | | +--- com.apollographql.apollo:apollo-api:4.4.2 (*)
+| | | +--- com.apollographql.apollo:apollo-mpp-utils:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-mpp-utils-jvm:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-annotations:4.4.2 (*)
+| | | +--- com.squareup.okio:okio:3.9.0 -> 3.16.4 (*)
| | | +--- com.benasher44:uuid:0.8.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0
| | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.26.0
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.3.10 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.3.20 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0 -> 1.10.2
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.10.2
| | | +--- org.jetbrains:annotations:23.0.0
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
| | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*)
| +--- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 (*)
-| +--- junit:junit:4.13.2 (*)
-| +--- io.mockk:mockk:1.14.9
-| | \--- io.mockk:mockk-jvm:1.14.9
-| | +--- io.mockk:mockk-dsl:1.14.9
-| | | \--- io.mockk:mockk-dsl-jvm:1.14.9
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.10.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-reflect -> 2.2.21
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | +--- io.mockk:mockk-core:1.14.9
-| | | | \--- io.mockk:mockk-core-jvm:1.14.9
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-reflect -> 2.2.21 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-reflect:2.2.21 (c)
-| | | \--- org.jetbrains.kotlin:kotlin-reflect:2.2.21 (c)
-| | +--- io.mockk:mockk-agent:1.14.9
-| | | \--- io.mockk:mockk-agent-jvm:1.14.9
-| | | +--- org.objenesis:objenesis:3.4
-| | | +--- net.bytebuddy:byte-buddy:1.18.2
-| | | +--- net.bytebuddy:byte-buddy-agent:1.18.2
-| | | +--- io.mockk:mockk-agent-api:1.14.9
-| | | | \--- io.mockk:mockk-agent-api-jvm:1.14.9
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-reflect -> 2.2.21 (*)
-| | | +--- io.mockk:mockk-core:1.14.9 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-reflect:2.2.21 (c)
-| | +--- io.mockk:mockk-agent-api:1.14.9 (*)
-| | +--- io.mockk:mockk-core:1.14.9 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.10.2 (*)
-| | +--- org.jetbrains.kotlin:kotlin-reflect -> 2.2.21 (*)
-| | \--- org.jetbrains.kotlin:kotlin-reflect:2.2.21 (c)
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0
+| | \--- com.kizitonwose.calendar:compose-multiplatform-android:2.10.0
+| | +--- org.jetbrains.compose.ui:ui-tooling-preview:1.10.0
+| | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | +--- androidx.compose.ui:ui-tooling-preview:1.10.0 -> 1.10.5
+| | | | \--- androidx.compose.ui:ui-tooling-preview-android:1.10.5
+| | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.10.5
+| | | | | \--- androidx.compose.runtime:runtime-android:1.10.5
+| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | +--- androidx.compose.runtime:runtime-annotation:1.10.5
+| | | | | | \--- androidx.compose.runtime:runtime-annotation-android:1.10.5
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (c)
+| | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (c)
+| | | | | | \--- androidx.compose.runtime:runtime-saveable:1.10.5 (c)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | +--- androidx.compose.runtime:runtime-annotation:1.10.5 (c)
+| | | | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (c)
+| | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (c)
+| | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.0 -> 1.10.3 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 -> 1.10.3
+| | | | \--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.7.1
+| | | \--- org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.7.1
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 -> 1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 -> 1.10.3
+| | | +--- androidx.compose.foundation:foundation:1.10.5
+| | | | \--- androidx.compose.foundation:foundation-android:1.10.5
+| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | +--- androidx.compose.animation:animation:1.10.5
+| | | | | \--- androidx.compose.animation:animation-android:1.10.5
+| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | +--- androidx.compose.animation:animation-core:1.10.5
+| | | | | | \--- androidx.compose.animation:animation-core-android:1.10.5
+| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui:1.10.5
+| | | | | | | \--- androidx.compose.ui:ui-android:1.10.5
+| | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.13.0
+| | | | | | | | +--- androidx.activity:activity:1.13.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | | +--- androidx.core:core-ktx:1.18.0 (*)
+| | | | | | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.10.0 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.10.0
+| | | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.10.0
+| | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.18.0 (*)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0
+| | | | | | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*)
+| | | | | | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | | | +--- org.jspecify:jspecify:1.0.0
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | | | | | | | +--- androidx.savedstate:savedstate:1.4.0
+| | | | | | | | | | | \--- androidx.savedstate:savedstate-android:1.4.0
+| | | | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | | | | +--- androidx.core:core-ktx:1.13.1 -> 1.18.0 (*)
+| | | | | | | | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.2 -> 2.10.0 (*)
+| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | | | | | | | +--- androidx.savedstate:savedstate-compose:1.4.0 (c)
+| | | | | | | | | | | +--- androidx.savedstate:savedstate-ktx:1.4.0 (c)
+| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | | | | | | \--- org.jetbrains.androidx.savedstate:savedstate:1.3.2 -> 1.3.6 (c)
+| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.10.0 (c)
+| | | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | | | +--- androidx.navigationevent:navigationevent:1.0.0
+| | | | | | | | | | \--- androidx.navigationevent:navigationevent-android:1.0.0
+| | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | | | +--- androidx.compose.runtime:runtime-annotation:1.9.0 -> 1.10.5 (*)
+| | | | | | | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
+| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | | +--- androidx.navigationevent:navigationevent-compose:1.0.0 (c)
+| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
+| | | | | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | | | | | | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | +--- androidx.activity:activity-compose:1.13.0 (c)
+| | | | | | | | | \--- androidx.activity:activity-ktx:1.13.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.10.0
+| | | | | | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.10.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.10.0
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0
+| | | | | | | | | +--- androidx.savedstate:savedstate:1.4.0 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | | | +--- androidx.savedstate:savedstate:1.4.0 (c)
+| | | | | | | | | +--- androidx.savedstate:savedstate-compose:1.4.0 (c)
+| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | | | | | +--- androidx.activity:activity:1.13.0 (c)
+| | | | | | | | \--- androidx.activity:activity-compose:1.13.0 (c)
+| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | +--- androidx.autofill:autofill:1.0.0
+| | | | | | | | \--- androidx.core:core:1.1.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.5
+| | | | | | | | \--- androidx.compose.runtime:runtime-retain-android:1.10.5
+| | | | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (c)
+| | | | | | | | \--- androidx.compose.runtime:runtime-annotation:1.10.5 (c)
+| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5
+| | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.10.5
+| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 -> 2.10.0
+| | | | | | | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.10.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.5 -> 2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.2 -> 1.4.0
+| | | | | | | | | \--- androidx.savedstate:savedstate-compose-android:1.4.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | | | | | | +--- androidx.core:core-ktx:1.13.1 -> 1.18.0 (*)
+| | | | | | | | | +--- androidx.savedstate:savedstate:1.4.0 (*)
+| | | | | | | | | +--- androidx.savedstate:savedstate:1.4.0 (c)
+| | | | | | | | | \--- androidx.savedstate:savedstate-ktx:1.4.0 (c)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.runtime:runtime-annotation:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (c)
+| | | | | | | | \--- org.jetbrains.compose.runtime:runtime-saveable:1.9.2 -> 1.10.3 (c)
+| | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5
+| | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.10.5
+| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | | +--- androidx.compose.ui:ui-util:1.10.5
+| | | | | | | | | \--- androidx.compose.ui:ui-util-android:1.10.5
+| | | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | | | +--- androidx.collection:collection:1.4.3 -> 1.5.0 (*)
+| | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | | | | | \--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | | | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5
+| | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.10.5
+| | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5
+| | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.10.5
+| | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | | | +--- androidx.collection:collection-ktx:1.4.2 -> 1.5.0
+| | | | | | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | | | | | \--- androidx.collection:collection:1.5.0 (c)
+| | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (*)
+| | | | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | | | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | | | +--- androidx.core:core:1.12.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.graphics:graphics-path:1.0.1
+| | | | | | | | | +--- androidx.core:core:1.12.0 -> 1.18.0 (*)
+| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | | | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-text:1.10.5
+| | | | | | | | \--- androidx.compose.ui:ui-text-android:1.10.5
+| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (*)
+| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | | | +--- androidx.core:core:1.7.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.emoji2:emoji2:1.4.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+| | | | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | | | | | +--- androidx.core:core:1.3.0 -> 1.18.0 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.10.0
+| | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*)
+| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*)
+| | | | | | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | | | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | | +--- androidx.core:core:1.16.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0
+| | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.18.0 (*)
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.3.20 (*)
+| | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.2 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 -> 2.10.0 (*)
+| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
+| | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.4.0 (*)
+| | | | | | | +--- androidx.savedstate:savedstate-ktx:1.3.1 -> 1.4.0 (*)
+| | | | | | | +--- androidx.transition:transition:1.6.0
+| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core:1.16.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0
+| | | | | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | | | | +--- androidx.documentfile:documentfile:1.0.0
+| | | | | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | | +--- androidx.loader:loader:1.0.0
+| | | | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.10.0
+| | | | | | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*)
+| | | | | | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (*)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0
+| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (*)
+| | | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | | | +--- org.jspecify:jspecify:1.0.0
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.10.0 (*)
+| | | | | | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
+| | | | | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | | \--- androidx.print:print:1.0.0
+| | | | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | \--- org.jspecify:jspecify:1.0.0
+| | | | | | | +--- androidx.window:window:1.5.0
+| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core:1.8.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.window:window-core:1.5.0
+| | | | | | | | | \--- androidx.window:window-core-android:1.5.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | | | +--- androidx.window:window:1.5.0 (c)
+| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
+| | | | | | | | +--- org.jspecify:jspecify:1.0.0
+| | | | | | | | +--- androidx.window:window-core:1.5.0 (c)
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | +--- org.jspecify:jspecify:1.0.0
+| | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | | | | \--- androidx.compose.foundation:foundation:1.7.0 -> 1.10.5 (c)
+| | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | \--- androidx.compose.animation:animation:1.10.5 (c)
+| | | | | +--- androidx.compose.foundation:foundation-layout:1.10.5
+| | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.10.5
+| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.10.5 (*)
+| | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | +--- androidx.core:core:1.16.0 -> 1.18.0 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | \--- androidx.compose.foundation:foundation:1.10.5 (c)
+| | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | \--- androidx.compose.animation:animation-core:1.10.5 (c)
+| | | | +--- androidx.compose.foundation:foundation-layout:1.10.5 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-text:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | +--- androidx.core:core:1.13.1 -> 1.18.0 (*)
+| | | | +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | \--- androidx.compose.foundation:foundation-layout:1.10.5 (c)
+| | | +--- org.jetbrains.compose.animation:animation:1.10.3
+| | | | +--- androidx.compose.animation:animation:1.10.5 (*)
+| | | | +--- org.jetbrains.compose.animation:animation-core:1.10.3
+| | | | | +--- androidx.compose.animation:animation-core:1.10.5 (*)
+| | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3
+| | | | | | \--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3
+| | | | | | \--- androidx.collection:collection:1.5.0 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui:1.10.3
+| | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 -> 2.10.0
+| | | | | | | \--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6 -> 2.10.0
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | | | \--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 -> 2.10.0
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.3 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (*)
+| | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | | | | \--- org.jetbrains.androidx.savedstate:savedstate:1.3.6
+| | | | | | | \--- androidx.savedstate:savedstate:1.3.3 -> 1.4.0 (*)
+| | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.10.3
+| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (*)
+| | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 -> 2.10.0 (*)
+| | | | | | | +--- org.jetbrains.androidx.savedstate:savedstate-compose:1.3.6
+| | | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 -> 1.4.0 (*)
+| | | | | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
+| | | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.3 (*)
+| | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3
+| | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (*)
+| | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3
+| | | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.10.3
+| | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.3
+| | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3 (*)
+| | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-text:1.10.3
+| | | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (*)
+| | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
+| | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.3
+| | | | | +--- androidx.compose.foundation:foundation-layout:1.10.5 (*)
+| | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.3 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-text:1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.0 -> 1.10.3 (*)
+| | +--- org.jetbrains.compose.components:components-resources:1.10.0 -> 1.10.3
+| | | \--- org.jetbrains.compose.components:components-resources-android:1.10.3
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
+| | +--- org.jetbrains.compose.components:components-ui-tooling-preview:1.10.0
+| | | \--- org.jetbrains.compose.components:components-ui-tooling-preview-android:1.10.0
+| | | +--- androidx.compose.ui:ui-tooling-preview:1.6.1 -> 1.10.5 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | +--- androidx.annotation:annotation:1.9.1 (*)
+| | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| +--- io.coil-kt.coil3:coil-compose:3.4.0
+| | \--- io.coil-kt.coil3:coil-compose-android:3.4.0
+| | +--- io.coil-kt.coil3:coil:3.4.0
+| | | \--- io.coil-kt.coil3:coil-android:3.4.0
+| | | +--- io.coil-kt.coil3:coil-core:3.4.0
+| | | | \--- io.coil-kt.coil3:coil-core-android:3.4.0
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 -> 2.10.0 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | +--- com.squareup.okio:okio:3.16.4 (*)
+| | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | +--- androidx.appcompat:appcompat-resources:1.7.1
+| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+| | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | +--- androidx.core:core:1.6.0 -> 1.18.0 (*)
+| | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0
+| | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+| | | | | | +--- androidx.core:core:1.1.0 -> 1.18.0 (*)
+| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0
+| | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
+| | | | | | +--- androidx.interpolator:interpolator:1.0.0 (*)
+| | | | | | \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | \--- androidx.appcompat:appcompat:1.7.1 (c)
+| | | | +--- androidx.core:core-ktx:1.16.0 -> 1.18.0 (*)
+| | | | +--- androidx.exifinterface:exifinterface:1.4.2
+| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | \--- org.jspecify:jspecify:1.0.0
+| | | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (c)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0
+| | | \--- io.coil-kt.coil3:coil-compose-core-android:3.4.0
+| | | +--- io.coil-kt.coil3:coil-core:3.4.0 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.9.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | \--- com.google.accompanist:accompanist-drawablepainter:0.37.3
+| | | +--- androidx.compose.ui:ui:1.7.0 -> 1.10.5 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.2 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.20 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| +--- dev.gitlive:firebase-common:2.4.0
+| | \--- dev.gitlive:firebase-common-android:2.4.0
+| | +--- com.google.firebase:firebase-common -> 22.0.1
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0 -> 1.10.2
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
+| | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.4.0
+| | | | | \--- com.google.android.gms:play-services-basement:18.8.0 -> 18.9.0
+| | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | +--- androidx.core:core:1.2.0 -> 1.18.0 (*)
+| | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.8.9
+| | | | | +--- androidx.activity:activity:1.8.1 -> 1.13.0 (*)
+| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+| | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+| | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.18.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.10.0 (*)
+| | | | | +--- androidx.loader:loader:1.0.0 (*)
+| | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
+| | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | | | | +--- androidx.viewpager:viewpager:1.0.0
+| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | \--- androidx.customview:customview:1.0.0
+| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | \--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | \--- androidx.fragment:fragment-ktx:1.8.9 (c)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
+| | | +--- com.google.firebase:firebase-components:19.0.0
+| | | | +--- com.google.firebase:firebase-annotations:17.0.0
+| | | | | \--- javax.inject:javax.inject:1
+| | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
+| | | | \--- com.google.errorprone:error_prone_annotations:2.26.0
+| | | +--- com.google.firebase:firebase-annotations:17.0.0 (*)
+| | | +--- androidx.datastore:datastore-preferences:1.1.7
+| | | | \--- androidx.datastore:datastore-preferences-android:1.1.7
+| | | | +--- androidx.datastore:datastore:1.1.7
+| | | | | \--- androidx.datastore:datastore-android:1.1.7
+| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+| | | | | +--- androidx.datastore:datastore-core:1.1.7
+| | | | | | \--- androidx.datastore:datastore-core-android:1.1.7
+| | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.3.20 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | \--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-core-okio:1.1.7
+| | | | | | \--- androidx.datastore:datastore-core-okio-jvm:1.1.7
+| | | | | | +--- androidx.datastore:datastore-core:1.1.7 (*)
+| | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | \--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | +--- androidx.datastore:datastore-preferences-core:1.1.7
+| | | | | \--- androidx.datastore:datastore-preferences-core-android:1.1.7
+| | | | | +--- androidx.datastore:datastore-core:1.1.7 (*)
+| | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (*)
+| | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7
+| | | | | | +--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7
+| | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | \--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
+| | | +--- androidx.concurrent:concurrent-futures:1.1.0 -> 1.2.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.9.0 (*)
+| | | \--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.4.0 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
+| | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| +--- dev.gitlive:firebase-firestore:2.4.0
+| | \--- dev.gitlive:firebase-firestore-android:2.4.0
+| | +--- com.google.firebase:firebase-firestore -> 26.1.1
+| | | +--- com.google.firebase:protolite-well-known-types:18.0.1
+| | | | \--- com.google.protobuf:protobuf-javalite:3.25.5
+| | | +--- com.google.android.gms:play-services-tasks:18.4.0 (*)
+| | | +--- com.google.firebase:firebase-annotations:17.0.0 (*)
+| | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0
+| | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0
+| | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | +--- androidx.core:core:1.9.0 -> 1.18.0 (*)
+| | | | | +--- androidx.fragment:fragment:1.1.0 -> 1.8.9 (*)
+| | | | | +--- com.google.android.gms:play-services-basement:18.9.0 (*)
+| | | | | \--- com.google.android.gms:play-services-tasks:18.4.0 (*)
+| | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
+| | | +--- com.google.firebase:firebase-auth-interop:19.0.2 -> 20.0.0
+| | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.9.0 (*)
+| | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.4.0 (*)
+| | | | +--- com.google.firebase:firebase-annotations:16.0.0 -> 17.0.0 (*)
+| | | | \--- com.google.firebase:firebase-common:20.0.0 -> 22.0.1 (*)
+| | | +--- com.google.firebase:firebase-common:22.0.1 (*)
+| | | +--- com.google.firebase:firebase-components:19.0.0 (*)
+| | | +--- com.google.firebase:firebase-database-collection:18.0.1
+| | | | \--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
+| | | +--- com.google.android.gms:play-services-base:18.9.0 (*)
+| | | +--- com.google.android.gms:play-services-basement:18.9.0 (*)
+| | | +--- io.grpc:grpc-android:1.62.2
+| | | | +--- io.grpc:grpc-api:1.62.2
+| | | | | +--- com.google.code.findbugs:jsr305:3.0.2
+| | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
+| | | | | \--- com.google.guava:guava:32.1.3-android
+| | | | | +--- com.google.guava:failureaccess:1.0.1
+| | | | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
+| | | | | +--- com.google.code.findbugs:jsr305:3.0.2
+| | | | | +--- org.checkerframework:checker-qual:3.37.0
+| | | | | \--- com.google.errorprone:error_prone_annotations:2.21.1 -> 2.26.0
+| | | | +--- io.grpc:grpc-core:1.62.2
+| | | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | +--- com.google.code.gson:gson:2.10.1
+| | | | | +--- com.google.android:annotations:4.1.1.4
+| | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
+| | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
+| | | | | +--- com.google.guava:guava:32.1.3-android (*)
+| | | | | +--- io.perfmark:perfmark-api:0.26.0
+| | | | | \--- io.grpc:grpc-context:1.62.2
+| | | | | \--- io.grpc:grpc-api:1.62.2 (*)
+| | | | \--- com.google.guava:guava:32.1.3-android (*)
+| | | +--- io.grpc:grpc-okhttp:1.62.2
+| | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | +--- io.grpc:grpc-util:1.62.2
+| | | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | +--- io.grpc:grpc-core:1.62.2 (*)
+| | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
+| | | | | \--- com.google.guava:guava:32.1.3-android (*)
+| | | | +--- io.grpc:grpc-core:1.62.2 (*)
+| | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | +--- com.google.guava:guava:32.1.3-android (*)
+| | | | \--- io.perfmark:perfmark-api:0.26.0
+| | | +--- io.grpc:grpc-protobuf-lite:1.62.2
+| | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | +--- com.google.protobuf:protobuf-javalite:3.25.1 -> 3.25.5
+| | | | +--- com.google.code.findbugs:jsr305:3.0.2
+| | | | \--- com.google.guava:guava:32.1.3-android (*)
+| | | +--- io.grpc:grpc-stub:1.62.2
+| | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | +--- com.google.guava:guava:32.1.3-android (*)
+| | | | \--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | \--- com.google.re2j:re2j:1.6
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
+| | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | +--- dev.gitlive:firebase-app:2.4.0
+| | | \--- dev.gitlive:firebase-app-android:2.4.0
+| | | +--- com.google.firebase:firebase-common -> 22.0.1 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
+| | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | +--- dev.gitlive:firebase-common-internal:2.4.0
+| | | \--- dev.gitlive:firebase-common-internal-android:2.4.0
+| | | +--- com.google.firebase:firebase-common -> 22.0.1 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
+| | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2
+| | +--- androidx.annotation:annotation:1.9.1 (*)
+| | +--- androidx.collection:collection:1.5.0 (*)
+| | +--- androidx.navigation:navigation-compose:2.9.7
+| | | \--- androidx.navigation:navigation-compose-android:2.9.7
+| | | +--- androidx.activity:activity:1.8.0 -> 1.13.0 (*)
+| | | +--- androidx.activity:activity-compose:1.8.0 -> 1.13.0
+| | | | +--- androidx.activity:activity:1.13.0 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.7.0 -> 1.10.5 (*)
+| | | | +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.10.5 (*)
+| | | | +--- androidx.core:core-ktx:1.18.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 -> 2.10.0 (*)
+| | | | +--- androidx.navigationevent:navigationevent-compose:1.0.0
+| | | | | \--- androidx.navigationevent:navigationevent-compose-android:1.0.0
+| | | | | +--- androidx.compose.runtime:runtime:1.9.2 -> 1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui:1.9.2 -> 1.10.5 (*)
+| | | | | +--- androidx.navigationevent:navigationevent:1.0.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | +--- androidx.navigationevent:navigationevent:1.0.0 (c)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | +--- androidx.activity:activity:1.13.0 (c)
+| | | | \--- androidx.activity:activity-ktx:1.13.0 (c)
+| | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*)
+| | | +--- androidx.collection:collection:1.4.5 -> 1.5.0 (*)
+| | | +--- androidx.compose.animation:animation:1.7.2 -> 1.10.5 (*)
+| | | +--- androidx.compose.animation:animation-core:1.7.2 -> 1.10.5 (*)
+| | | +--- androidx.compose.foundation:foundation-layout:1.7.2 -> 1.10.5 (*)
+| | | +--- androidx.compose.runtime:runtime:1.7.2 -> 1.10.5 (*)
+| | | +--- androidx.compose.runtime:runtime-saveable:1.7.2 -> 1.10.5 (*)
+| | | +--- androidx.compose.ui:ui:1.7.2 -> 1.10.5 (*)
+| | | +--- androidx.lifecycle:lifecycle-common:2.9.0 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.0 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.0 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2 -> 2.10.0
+| | | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.10.0
+| | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.0 -> 2.10.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0 -> 2.10.0 (*)
+| | | +--- androidx.navigation:navigation-common:2.9.7
+| | | | \--- androidx.navigation:navigation-common-android:2.9.7
+| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | +--- androidx.core:core-ktx:1.1.0 -> 1.18.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.9.0 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.0 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.0 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0 -> 2.10.0 (*)
+| | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
+| | | | +--- androidx.savedstate:savedstate:1.3.0 -> 1.4.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | +--- androidx.navigation:navigation-compose:2.9.7 (c)
+| | | | +--- androidx.navigation:navigation-runtime:2.9.7 (c)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | +--- androidx.navigation:navigation-runtime:2.9.7
+| | | | \--- androidx.navigation:navigation-runtime-android:2.9.7
+| | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.13.0 (*)
+| | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | +--- androidx.core:core-ktx:1.8.0 -> 1.18.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 -> 2.10.0 (*)
+| | | | +--- androidx.navigation:navigation-common:2.9.7 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | +--- androidx.navigation:navigation-common:2.9.7 (c)
+| | | | +--- androidx.navigation:navigation-compose:2.9.7 (c)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | +--- androidx.savedstate:savedstate:1.3.0 -> 1.4.0 (*)
+| | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.4.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | +--- androidx.navigation:navigation-common:2.9.7 (c)
+| | | +--- androidx.navigation:navigation-runtime:2.9.7 (c)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 -> 2.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 -> 2.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.9.6 -> 2.10.0
+| | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui:1.9.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-common:2.9.2
+| | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | +--- androidx.collection:collection:1.5.0 (*)
+| | | +--- androidx.navigation:navigation-common:2.9.7 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 -> 2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6 -> 2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0 (*)
+| | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-runtime:2.9.2
+| | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | +--- androidx.collection:collection:1.5.0 (*)
+| | | +--- androidx.navigation:navigation-runtime:2.9.7 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 -> 2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6 -> 2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-common:2.9.2 (*)
+| | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
+| | +--- org.jetbrains.androidx.savedstate:savedstate-compose:1.3.6 (*)
+| | +--- org.jetbrains.compose.animation:animation:1.8.2 -> 1.10.3 (*)
+| | +--- org.jetbrains.compose.animation:animation-core:1.8.2 -> 1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation-layout:1.8.2 -> 1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime-saveable:1.9.3 -> 1.10.3 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| +--- io.insert-koin:koin-annotations:4.2.0
+| | \--- io.insert-koin:koin-annotations-jvm:4.2.0
+| | +--- io.insert-koin:koin-core-annotations:4.2.0
+| | | \--- io.insert-koin:koin-core-annotations-jvm:4.2.0
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| +--- io.insert-koin:koin-compose:koin -> 4.2.0
+| | \--- io.insert-koin:koin-compose-android:4.2.0
+| | +--- androidx.activity:activity-compose:1.12.4 -> 1.13.0 (*)
+| | +--- io.insert-koin:koin-android:4.2.0
+| | | +--- io.insert-koin:koin-core:4.2.0
+| | | | \--- io.insert-koin:koin-core-jvm:4.2.0
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | +--- co.touchlab:stately-concurrency:2.1.0
+| | | | | \--- co.touchlab:stately-concurrency-jvm:2.1.0
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.20 (*)
+| | | | | \--- co.touchlab:stately-strict:2.1.0
+| | | | | \--- co.touchlab:stately-strict-jvm:2.1.0
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.20 (*)
+| | | | \--- co.touchlab:stately-concurrent-collections:2.1.0
+| | | | \--- co.touchlab:stately-concurrent-collections-jvm:2.1.0
+| | | | +--- co.touchlab:stately-concurrency:2.1.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.20 (*)
+| | | +--- io.insert-koin:koin-core-viewmodel:4.2.0
+| | | | \--- io.insert-koin:koin-core-viewmodel-android:4.2.0
+| | | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | +--- androidx.appcompat:appcompat:1.7.1
+| | | | +--- androidx.activity:activity:1.8.0 -> 1.13.0 (*)
+| | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*)
+| | | | +--- androidx.appcompat:appcompat-resources:1.7.1 (*)
+| | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | +--- androidx.core:core:1.13.0 -> 1.18.0 (*)
+| | | | +--- androidx.core:core-ktx:1.13.0 -> 1.18.0 (*)
+| | | | +--- androidx.cursoradapter:cursoradapter:1.0.0
+| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | +--- androidx.drawerlayout:drawerlayout:1.0.0
+| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | \--- androidx.customview:customview:1.0.0 (*)
+| | | | +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0 (*)
+| | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0
+| | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | +--- androidx.core:core:1.3.0 -> 1.18.0 (*)
+| | | | | +--- androidx.emoji2:emoji2:1.4.0 (*)
+| | | | | \--- androidx.emoji2:emoji2:1.4.0 (c)
+| | | | +--- androidx.fragment:fragment:1.5.4 -> 1.8.9 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0 (*)
+| | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
+| | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1
+| | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+| | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | \--- androidx.appcompat:appcompat-resources:1.7.1 (c)
+| | | +--- androidx.activity:activity-ktx:1.12.4 -> 1.13.0 (*)
+| | | +--- androidx.fragment:fragment-ktx:1.8.9
+| | | | +--- androidx.activity:activity-ktx:1.8.1 -> 1.13.0 (*)
+| | | | +--- androidx.collection:collection-ktx:1.1.0 -> 1.5.0 (*)
+| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.18.0 (*)
+| | | | +--- androidx.fragment:fragment:1.8.9 (*)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.10.0 (*)
+| | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | \--- androidx.fragment:fragment:1.8.9 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.2 -> 1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.2 -> 1.10.3 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| +--- io.insert-koin:koin-compose-viewmodel:4.2.0
+| | \--- io.insert-koin:koin-compose-viewmodel-android:4.2.0
+| | +--- androidx.activity:activity-compose:1.12.4 -> 1.13.0 (*)
+| | +--- io.insert-koin:koin-compose:4.2.0 (*)
+| | +--- io.insert-koin:koin-core-viewmodel:4.2.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.9.6 -> 2.10.0 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| +--- io.insert-koin:koin-core:4.2.0 (*)
+| +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1
+| | \--- com.michael-bull.kotlin-result:kotlin-result-jvm:2.3.1
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| +--- co.touchlab:kermit:2.1.0
+| | \--- co.touchlab:kermit-android-debug:2.1.0
+| | +--- co.touchlab:kermit-core:2.1.0
+| | | \--- co.touchlab:kermit-core-android-debug:2.1.0
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.20 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.20 (*)
+| +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| \--- io.coil-kt.coil3:coil-network-ktor3:3.4.0
+| \--- io.coil-kt.coil3:coil-network-ktor3-android:3.4.0
+| +--- io.coil-kt.coil3:coil-core:3.4.0 (*)
+| +--- io.coil-kt.coil3:coil-network-core:3.4.0
+| | \--- io.coil-kt.coil3:coil-network-core-android:3.4.0
+| | +--- io.coil-kt.coil3:coil-core:3.4.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | \--- androidx.core:core-ktx:1.16.0 -> 1.18.0 (*)
+| +--- io.ktor:ktor-client-core:3.1.0 -> 3.4.1 (*)
+| \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+--- junit:junit:4.13.2 (*)
-+--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
++--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+--- com.squareup.leakcanary:leakcanary-android:2.14
| +--- com.squareup.leakcanary:leakcanary-android-core:2.14
| | +--- com.squareup.leakcanary:shark-android:2.14
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | | \--- com.squareup.leakcanary:shark:2.14
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
-| | | +--- com.squareup.okio:okio:2.2.2 -> 3.15.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
+| | | +--- com.squareup.okio:okio:2.2.2 -> 3.16.4 (*)
| | | \--- com.squareup.leakcanary:shark-graph:2.14
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
-| | | +--- com.squareup.okio:okio:2.2.2 -> 3.15.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
+| | | +--- com.squareup.okio:okio:2.2.2 -> 3.16.4 (*)
| | | \--- com.squareup.leakcanary:shark-hprof:2.14
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | | \--- com.squareup.leakcanary:shark-log:2.14
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14
| | | +--- com.squareup.leakcanary:leakcanary-object-watcher:2.14
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | | | \--- com.squareup.leakcanary:shark-log:2.14 (*)
| | | +--- com.squareup.leakcanary:leakcanary-android-utils:2.14
| | | | +--- com.squareup.leakcanary:shark-log:2.14 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | | +--- com.squareup.curtains:curtains:1.2.4
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-androidx:2.14
| | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-support-fragments:2.14
| | | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| +--- com.squareup.leakcanary:leakcanary-object-watcher-android:2.14
| | +--- com.squareup.leakcanary:leakcanary-object-watcher-android-core:2.14 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.3.10 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.21 -> 2.3.20 (*)
| +--- com.squareup.leakcanary:plumber-android:2.14
| | +--- com.squareup.leakcanary:plumber-android-core:2.14
| | | +--- com.squareup.leakcanary:shark-log:2.14 (*)
| | | +--- com.squareup.leakcanary:leakcanary-android-utils:2.14 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
| | | \--- com.squareup.curtains:curtains:1.2.4 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
-| \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.10 (*)
-+--- androidx.compose.ui:ui-tooling:1.10.2
-| \--- androidx.compose.ui:ui-tooling-android:1.10.2
-| +--- androidx.activity:activity-compose:1.7.0 -> 1.12.3
-| | +--- androidx.activity:activity:1.12.3
-| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | +--- androidx.core:core-ktx:1.16.0 -> 1.17.0 (*)
-| | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4
-| | | | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.9.4
-| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.9.4
-| | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.9.4
-| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.core:core-ktx:1.2.0 -> 1.17.0 (*)
-| | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4
-| | | | | +--- androidx.arch.core:core-common:2.2.0 (*)
-| | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | | | +--- androidx.savedstate:savedstate:1.3.1 -> 1.3.3
-| | | | | \--- androidx.savedstate:savedstate-android:1.3.3
-| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.core:core-ktx:1.13.1 -> 1.17.0 (*)
-| | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.2 -> 2.9.4 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0
-| | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.10.0
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (c)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.10.0 (c)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (c)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-io:1.10.0 (c)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.10.0 (c)
-| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-io-jvm:1.10.0 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 (c)
-| | | | | +--- androidx.savedstate:savedstate-ktx:1.3.3 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | +--- androidx.navigationevent:navigationevent:1.0.2
-| | | | \--- androidx.navigationevent:navigationevent-android:1.0.2
-| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.compose.runtime:runtime-annotation:1.9.0 -> 1.10.2
-| | | | | \--- androidx.compose.runtime:runtime-annotation-android:1.10.2
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | +--- androidx.compose.runtime:runtime:1.10.2 (c)
-| | | | | +--- androidx.compose.runtime:runtime-retain:1.10.2 (c)
-| | | | | \--- androidx.compose.runtime:runtime-saveable:1.10.2 (c)
-| | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.navigationevent:navigationevent-compose:1.0.2 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
-| | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | +--- androidx.activity:activity-compose:1.12.3 (c)
-| | | \--- androidx.activity:activity-ktx:1.12.3 (c)
-| | +--- androidx.compose.runtime:runtime:1.7.0 -> 1.10.2
-| | | \--- androidx.compose.runtime:runtime-android:1.10.2
-| | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-retain:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-saveable:1.10.2 (c)
-| | | \--- org.jetbrains.compose.runtime:runtime:1.9.0 -> 1.10.0 (c)
-| | +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.10.2
-| | | \--- androidx.compose.runtime:runtime-saveable-android:1.10.2
-| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4
-| | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.9.4
-| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4
-| | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.9.4
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | +--- androidx.savedstate:savedstate-compose:1.3.2 -> 1.3.3
-| | | | \--- androidx.savedstate:savedstate-compose-android:1.3.3
-| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.core:core-ktx:1.13.1 -> 1.17.0 (*)
-| | | | +--- androidx.savedstate:savedstate:1.3.3 (*)
-| | | | +--- androidx.savedstate:savedstate:1.3.3 (c)
-| | | | \--- androidx.savedstate:savedstate-ktx:1.3.3 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-retain:1.10.2 (c)
-| | | \--- org.jetbrains.compose.runtime:runtime-saveable:1.9.2 -> 1.10.0 (c)
-| | +--- androidx.compose.ui:ui:1.0.1 -> 1.10.2
-| | | \--- androidx.compose.ui:ui-android:1.10.2
-| | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.12.3
-| | | | +--- androidx.activity:activity:1.12.3 (*)
-| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.9.4 (*)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.9.4
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.3.3
-| | | | | +--- androidx.savedstate:savedstate:1.3.3 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- androidx.savedstate:savedstate:1.3.3 (c)
-| | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- androidx.activity:activity:1.12.3 (c)
-| | | | \--- androidx.activity:activity-compose:1.12.3 (c)
-| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | +--- androidx.autofill:autofill:1.0.0
-| | | | \--- androidx.core:core:1.1.0 -> 1.17.0 (*)
-| | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | +--- androidx.compose.runtime:runtime-retain:1.10.2
-| | | | \--- androidx.compose.runtime:runtime-retain-android:1.10.2
-| | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (c)
-| | | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (c)
-| | | | \--- androidx.compose.runtime:runtime-saveable:1.10.2 (c)
-| | | +--- androidx.compose.runtime:runtime-saveable:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-geometry:1.10.2
-| | | | \--- androidx.compose.ui:ui-geometry-android:1.10.2
-| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-util:1.10.2
-| | | | | \--- androidx.compose.ui:ui-util-android:1.10.2
-| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | +--- androidx.collection:collection:1.4.3 -> 1.5.0 (*)
-| | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | | \--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-graphics:1.10.2
-| | | | \--- androidx.compose.ui:ui-graphics-android:1.10.2
-| | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
-| | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2
-| | | | | \--- androidx.compose.ui:ui-unit-android:1.10.2
-| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | | +--- androidx.collection:collection-ktx:1.4.2 -> 1.5.0
-| | | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | | \--- androidx.collection:collection:1.5.0 (c)
-| | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (*)
-| | | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | +--- androidx.core:core:1.12.0 -> 1.17.0 (*)
-| | | | +--- androidx.graphics:graphics-path:1.0.1
-| | | | | +--- androidx.core:core:1.12.0 -> 1.17.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-text:1.10.2
-| | | | \--- androidx.compose.ui:ui-text-android:1.10.2
-| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | +--- androidx.compose.runtime:runtime-saveable:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | +--- androidx.core:core:1.7.0 -> 1.17.0 (*)
-| | | | +--- androidx.emoji2:emoji2:1.4.0
-| | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-| | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | +--- androidx.core:core:1.3.0 -> 1.17.0 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.9.4
-| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*)
-| | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | +--- androidx.core:core:1.16.0 -> 1.17.0 (*)
-| | | +--- androidx.customview:customview-poolingcontainer:1.0.0
-| | | | +--- androidx.core:core-ktx:1.5.0 -> 1.17.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.3.10 (*)
-| | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*)
-| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.2 -> 2.9.4 (*)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 -> 2.9.4 (*)
-| | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
-| | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.3.3 (*)
-| | | +--- androidx.savedstate:savedstate-ktx:1.3.1 -> 1.3.3 (*)
-| | | +--- androidx.transition:transition:1.6.0
-| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | +--- androidx.core:core:1.16.0 -> 1.17.0 (*)
-| | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0
-| | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0
-| | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | +--- androidx.documentfile:documentfile:1.0.0
-| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | +--- androidx.loader:loader:1.0.0
-| | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.9.4
-| | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*)
-| | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4
-| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (*)
-| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
-| | | | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.9.4 (*)
-| | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
-| | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | \--- androidx.print:print:1.0.0
-| | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | \--- org.jspecify:jspecify:1.0.0
-| | | +--- androidx.window:window:1.5.0
-| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | +--- androidx.core:core:1.8.0 -> 1.17.0 (*)
-| | | | +--- androidx.window:window-core:1.5.0
-| | | | | \--- androidx.window:window-core-android:1.5.0
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- androidx.window:window:1.5.0 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | +--- org.jspecify:jspecify:1.0.0
-| | | | +--- androidx.window:window-core:1.5.0 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | +--- org.jspecify:jspecify:1.0.0
-| | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | +--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | \--- androidx.compose.foundation:foundation:1.7.0 -> 1.10.2 (c)
-| | +--- androidx.core:core-ktx:1.13.0 -> 1.17.0 (*)
-| | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | +--- androidx.navigationevent:navigationevent-compose:1.0.2
-| | | \--- androidx.navigationevent:navigationevent-compose-android:1.0.2
-| | | +--- androidx.compose.runtime:runtime:1.9.2 -> 1.10.2 (*)
-| | | +--- androidx.compose.ui:ui:1.9.2 -> 1.10.2 (*)
-| | | +--- androidx.navigationevent:navigationevent:1.0.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | +--- androidx.navigationevent:navigationevent:1.0.2 (c)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | +--- androidx.activity:activity:1.12.3 (c)
-| | \--- androidx.activity:activity-ktx:1.12.3 (c)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
+| \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.72 -> 2.3.20 (*)
++--- androidx.compose.ui:ui-tooling:1.10.5
+| \--- androidx.compose.ui:ui-tooling-android:1.10.5
+| +--- androidx.activity:activity-compose:1.7.0 -> 1.13.0 (*)
| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| +--- androidx.compose.animation:animation:1.10.2
-| | \--- androidx.compose.animation:animation-android:1.10.2
-| | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | +--- androidx.collection:collection:1.5.0 (*)
-| | +--- androidx.compose.animation:animation-core:1.10.2
-| | | \--- androidx.compose.animation:animation-core-android:1.10.2
-| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-graphics:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | \--- androidx.compose.animation:animation:1.10.2 (c)
-| | +--- androidx.compose.foundation:foundation-layout:1.10.2
-| | | \--- androidx.compose.foundation:foundation-layout-android:1.10.2
-| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.10.2 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | +--- androidx.core:core:1.16.0 -> 1.17.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | \--- androidx.compose.foundation:foundation:1.10.2 (c)
-| | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | +--- androidx.compose.ui:ui-geometry:1.10.2 (*)
-| | +--- androidx.compose.ui:ui-graphics:1.10.2 (*)
-| | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | \--- androidx.compose.animation:animation-core:1.10.2 (c)
-| +--- androidx.compose.material:material:1.0.0 -> 1.10.0
-| | \--- androidx.compose.material:material-android:1.10.0
+| +--- androidx.compose.animation:animation:1.10.5 (*)
+| +--- androidx.compose.material:material:1.0.0 -> 1.10.5
+| | \--- androidx.compose.material:material-android:1.10.5
| | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | +--- androidx.compose.animation:animation:1.8.2 -> 1.10.2 (*)
-| | +--- androidx.compose.animation:animation-core:1.8.2 -> 1.10.2 (*)
-| | +--- androidx.compose.foundation:foundation:1.8.2 -> 1.10.2
-| | | \--- androidx.compose.foundation:foundation-android:1.10.2
-| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | +--- androidx.compose.animation:animation:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.compose.animation:animation-core:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.compose.foundation:foundation:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.compose.foundation:foundation-layout:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.compose.material:material-ripple:1.8.2 -> 1.10.5
+| | | \--- androidx.compose.material:material-ripple-android:1.10.5
| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.animation:animation:1.10.2 (*)
-| | | +--- androidx.compose.foundation:foundation-layout:1.10.2 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-text:1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | +--- androidx.core:core:1.13.1 -> 1.17.0 (*)
-| | | +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | \--- androidx.compose.foundation:foundation-layout:1.10.2 (c)
-| | +--- androidx.compose.foundation:foundation-layout:1.8.2 -> 1.10.2 (*)
-| | +--- androidx.compose.material:material-ripple:1.8.2 -> 1.10.0
-| | | \--- androidx.compose.material:material-ripple-android:1.10.0
-| | | +--- androidx.collection:collection:1.5.0 (*)
-| | | +--- androidx.compose.animation:animation:1.7.1 -> 1.10.2 (*)
-| | | +--- androidx.compose.foundation:foundation:1.7.1 -> 1.10.2 (*)
-| | | +--- androidx.compose.runtime:runtime:1.10.0 -> 1.10.2 (*)
-| | | +--- androidx.compose.ui:ui-util:1.7.1 -> 1.10.2 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | +--- androidx.compose.runtime:runtime:1.10.0 -> 1.10.2 (*)
-| | +--- androidx.compose.ui:ui:1.8.2 -> 1.10.2 (*)
-| | +--- androidx.compose.ui:ui-text:1.8.2 -> 1.10.2 (*)
-| | +--- androidx.compose.ui:ui-util:1.8.2 -> 1.10.2 (*)
-| | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4 (*)
-| | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| +--- androidx.compose.ui:ui:1.10.2 (*)
-| +--- androidx.compose.ui:ui-tooling-data:1.10.2
-| | \--- androidx.compose.ui:ui-tooling-data-android:1.10.2
+| | | +--- androidx.compose.animation:animation:1.7.1 -> 1.10.5 (*)
+| | | +--- androidx.compose.foundation:foundation:1.7.1 -> 1.10.5 (*)
+| | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | +--- androidx.compose.ui:ui-util:1.7.1 -> 1.10.5 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | +--- androidx.compose.ui:ui:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.compose.ui:ui-text:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.compose.ui:ui-util:1.8.2 -> 1.10.5 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0 (*)
+| | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| +--- androidx.compose.ui:ui:1.10.5 (*)
+| +--- androidx.compose.ui:ui-tooling-data:1.10.5
+| | \--- androidx.compose.ui:ui-tooling-data-android:1.10.5
| | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-preview:1.10.2
-| | \--- androidx.compose.ui:ui-tooling-preview-android:1.10.2
-| | +--- androidx.annotation:annotation:1.9.1 (*)
-| | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.9.4 (*)
-| +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.3.3 (*)
-| +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| +--- androidx.compose.ui:ui:1.10.2 (c)
-| +--- androidx.compose.ui:ui-test-manifest:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| \--- androidx.compose.ui:ui-util:1.10.2 (c)
-+--- androidx.compose.ui:ui-test-manifest:1.10.2
-| +--- androidx.activity:activity:1.2.1 -> 1.12.3 (*)
-| +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| +--- androidx.compose.ui:ui:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| \--- androidx.compose.ui:ui-util:1.10.2 (c)
-+--- androidx.core:core-ktx:1.17.0 (*)
+| | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (*)
+| +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.10.0 (*)
+| +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| +--- androidx.compose.ui:ui:1.10.5 (c)
+| +--- androidx.compose.ui:ui-test-manifest:1.10.5 (c)
+| +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| \--- androidx.compose.ui:ui-util:1.10.5 (c)
++--- androidx.compose.ui:ui-test-manifest:1.10.5
+| +--- androidx.activity:activity:1.2.1 -> 1.13.0 (*)
+| +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| +--- androidx.compose.ui:ui:1.10.5 (c)
+| +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| \--- androidx.compose.ui:ui-util:1.10.5 (c)
++--- com.google.firebase:firebase-bom:33.10.0 -> 34.10.0 (*)
++--- androidx.core:core-ktx:1.18.0 (*)
+--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+--- org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0
| \--- org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.4.0
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.10 (*)
-+--- com.michael-bull.kotlin-result:kotlin-result:2.1.0
-| \--- com.michael-bull.kotlin-result:kotlin-result-jvm:2.1.0
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
+| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
++--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+--- com.jakewharton.timber:timber:5.0.1
-| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.3.10 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.3.20 (*)
| \--- org.jetbrains:annotations:20.1.0 -> 23.0.0
+--- project :modules:feature-home-shared
-| +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6
-| | \--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| +--- io.ktor:ktor-client-android:3.4.0
-| | \--- io.ktor:ktor-client-android-jvm:3.4.0
-| | +--- org.slf4j:slf4j-api:2.0.17
-| | +--- io.ktor:ktor-client-core:3.4.0
-| | | \--- io.ktor:ktor-client-core-jvm:3.4.0
-| | | +--- org.slf4j:slf4j-api:2.0.17
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- io.ktor:ktor-http:3.4.0
-| | | | \--- io.ktor:ktor-http-jvm:3.4.0
-| | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-utils:3.4.0
-| | | | | \--- io.ktor:ktor-utils-jvm:3.4.0
-| | | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-io:3.4.0
-| | | | | | \--- io.ktor:ktor-io-jvm:3.4.0
-| | | | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-io-core:0.8.2
-| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-core-jvm:0.8.2
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-io-bytestring:0.8.2
-| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-bytestring-jvm:0.8.2
-| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-http-cio:3.4.0
-| | | | \--- io.ktor:ktor-http-cio-jvm:3.4.0
-| | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | +--- io.ktor:ktor-network:3.4.0
-| | | | | \--- io.ktor:ktor-network-jvm:3.4.0
-| | | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-http:3.4.0 (*)
-| | | | +--- io.ktor:ktor-io:3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-events:3.4.0
-| | | | \--- io.ktor:ktor-events-jvm:3.4.0
-| | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-websocket-serialization:3.4.0
-| | | | \--- io.ktor:ktor-websocket-serialization-jvm:3.4.0
-| | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-serialization:3.4.0
-| | | | | \--- io.ktor:ktor-serialization-jvm:3.4.0
-| | | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-websockets:3.4.0
-| | | | | | \--- io.ktor:ktor-websockets-jvm:3.4.0
-| | | | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | | | +--- io.ktor:ktor-http:3.4.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-sse:3.4.0
-| | | | \--- io.ktor:ktor-sse-jvm:3.4.0
-| | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.2
-| | | +--- org.slf4j:slf4j-api:1.7.32 -> 2.0.17
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| +--- project :modules:library-feature
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-navigation-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0
-| | | | \--- com.kizitonwose.calendar:compose-multiplatform-android:2.10.0
-| | | | +--- org.jetbrains.compose.ui:ui-tooling-preview:1.10.0
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.0 -> 1.10.2 (*)
-| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0
-| | | | | | \--- androidx.compose.runtime:runtime:1.10.0 -> 1.10.2 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.7.1
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.7.1
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.foundation:foundation:1.10.0
-| | | | | +--- androidx.compose.foundation:foundation:1.10.0 -> 1.10.2 (*)
-| | | | | +--- org.jetbrains.compose.animation:animation:1.10.0
-| | | | | | +--- androidx.compose.animation:animation:1.10.0 -> 1.10.2 (*)
-| | | | | | +--- org.jetbrains.compose.animation:animation-core:1.10.0
-| | | | | | | +--- androidx.compose.animation:animation-core:1.10.0 -> 1.10.2 (*)
-| | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0
-| | | | | | | | \--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0
-| | | | | | | | \--- androidx.collection:collection:1.5.0 (*)
-| | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui:1.10.0
-| | | | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.0 -> 1.10.2 (*)
-| | | | | | | | +--- androidx.compose.ui:ui:1.10.0 -> 1.10.2 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6
-| | | | | | | | | \--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6
-| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | | | | | | \--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6
-| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6 (*)
-| | | | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6
-| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | | | | | | \--- org.jetbrains.androidx.savedstate:savedstate:1.3.6
-| | | | | | | | | \--- androidx.savedstate:savedstate:1.3.3 (*)
-| | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.10.0
-| | | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.savedstate:savedstate-compose:1.3.6
-| | | | | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 (*)
-| | | | | | | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
-| | | | | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.0 (*)
-| | | | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0
-| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0
-| | | | | | | | | | +--- androidx.compose.ui:ui-util:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.10.0
-| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.0
-| | | | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-text:1.10.0
-| | | | | | | | | +--- androidx.compose.ui:ui-text:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.0
-| | | | | | | +--- androidx.compose.foundation:foundation-layout:1.10.0 -> 1.10.2 (*)
-| | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0 (*)
-| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.ui:ui-text:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.components:components-resources:1.10.0
-| | | | | \--- org.jetbrains.compose.components:components-resources-android:1.10.0
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | +--- org.jetbrains.compose.components:components-ui-tooling-preview:1.10.0
-| | | | | \--- org.jetbrains.compose.components:components-ui-tooling-preview-android:1.10.0
-| | | | | +--- androidx.compose.ui:ui-tooling-preview:1.6.1 -> 1.10.2 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0
-| | | | \--- io.coil-kt.coil3:coil-compose-android:3.3.0
-| | | | +--- io.coil-kt.coil3:coil:3.3.0
-| | | | | \--- io.coil-kt.coil3:coil-android:3.3.0
-| | | | | +--- io.coil-kt.coil3:coil-core:3.3.0
-| | | | | | \--- io.coil-kt.coil3:coil-core-android:3.3.0
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- androidx.appcompat:appcompat-resources:1.7.1
-| | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core:1.6.0 -> 1.17.0 (*)
-| | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0
-| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
-| | | | | | | | +--- androidx.core:core:1.1.0 -> 1.17.0 (*)
-| | | | | | | | \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0
-| | | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
-| | | | | | | | +--- androidx.interpolator:interpolator:1.0.0 (*)
-| | | | | | | | \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | \--- androidx.appcompat:appcompat:1.7.1 (c)
-| | | | | | +--- androidx.core:core-ktx:1.15.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.exifinterface:exifinterface:1.4.1
-| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | \--- org.jspecify:jspecify:1.0.0
-| | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- com.squareup.okio:okio:3.15.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0
-| | | | | \--- io.coil-kt.coil3:coil-compose-core-android:3.3.0
-| | | | | +--- com.google.accompanist:accompanist-drawablepainter:0.37.3
-| | | | | | +--- androidx.compose.ui:ui:1.7.0 -> 1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.2 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.10 (*)
-| | | | | +--- io.coil-kt.coil3:coil-core:3.3.0 (*)
-| | | | | +--- org.jetbrains.compose.foundation:foundation:1.8.2 -> 1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- dev.gitlive:firebase-common:2.4.0
-| | | | \--- dev.gitlive:firebase-common-android:2.4.0
-| | | | +--- com.google.firebase:firebase-common -> 21.0.0
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.10.2
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | | | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.2.0
-| | | | | | | \--- com.google.android.gms:play-services-basement:18.4.0
-| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core:1.2.0 -> 1.17.0 (*)
-| | | | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.8.9
-| | | | | | | +--- androidx.activity:activity:1.8.1 -> 1.12.3 (*)
-| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
-| | | | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
-| | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.17.0 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.9.4 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.9.4 (*)
-| | | | | | | +--- androidx.loader:loader:1.0.0 (*)
-| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
-| | | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | | | | | | +--- androidx.viewpager:viewpager:1.0.0
-| | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | | | \--- androidx.customview:customview:1.0.0
-| | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | | \--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | | | \--- androidx.fragment:fragment-ktx:1.8.9 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
-| | | | | +--- com.google.firebase:firebase-components:18.0.0
-| | | | | | +--- com.google.firebase:firebase-annotations:16.2.0
-| | | | | | | \--- javax.inject:javax.inject:1
-| | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | | | | | \--- com.google.errorprone:error_prone_annotations:2.26.0
-| | | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
-| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 -> 1.2.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.4.0 (*)
-| | | | | \--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.2.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | | +--- com.google.firebase:firebase-bom:33.15.0
-| | | | | +--- com.google.firebase:firebase-common:21.0.0 (c)
-| | | | | +--- com.google.firebase:firebase-firestore:25.1.4 (c)
-| | | | | +--- com.google.firebase:firebase-auth:23.2.1 (c)
-| | | | | \--- com.google.firebase:firebase-common-ktx:21.0.0 (c)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- dev.gitlive:firebase-firestore:2.4.0
-| | | | \--- dev.gitlive:firebase-firestore-android:2.4.0
-| | | | +--- com.google.firebase:firebase-firestore -> 25.1.4
-| | | | | +--- com.google.firebase:protolite-well-known-types:18.0.1
-| | | | | | \--- com.google.protobuf:protobuf-javalite:3.25.5
-| | | | | +--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.2.0 (*)
-| | | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
-| | | | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0
-| | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0
-| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core:1.2.0 -> 1.17.0 (*)
-| | | | | | | +--- androidx.fragment:fragment:1.0.0 -> 1.8.9 (*)
-| | | | | | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.4.0 (*)
-| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.2.0 (*)
-| | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
-| | | | | +--- com.google.firebase:firebase-auth-interop:19.0.2 -> 20.0.0
-| | | | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.4.0 (*)
-| | | | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.2.0 (*)
-| | | | | | +--- com.google.firebase:firebase-annotations:16.0.0 -> 16.2.0 (*)
-| | | | | | \--- com.google.firebase:firebase-common:20.0.0 -> 21.0.0 (*)
-| | | | | +--- com.google.firebase:firebase-common:21.0.0 (*)
-| | | | | +--- com.google.firebase:firebase-common-ktx:21.0.0
-| | | | | | +--- com.google.firebase:firebase-common:21.0.0 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.0 (*)
-| | | | | | +--- com.google.firebase:firebase-components:18.0.0 (*)
-| | | | | | \--- com.google.firebase:firebase-annotations:16.2.0 (*)
-| | | | | +--- com.google.firebase:firebase-components:18.0.0 (*)
-| | | | | +--- com.google.firebase:firebase-database-collection:18.0.1
-| | | | | | \--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | | | | +--- com.google.android.gms:play-services-base:18.1.0 (*)
-| | | | | +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.4.0 (*)
-| | | | | +--- io.grpc:grpc-android:1.62.2
-| | | | | | +--- io.grpc:grpc-api:1.62.2
-| | | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
-| | | | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
-| | | | | | | \--- com.google.guava:guava:32.1.3-android
-| | | | | | | +--- com.google.guava:failureaccess:1.0.1
-| | | | | | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
-| | | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
-| | | | | | | +--- org.checkerframework:checker-qual:3.37.0
-| | | | | | | \--- com.google.errorprone:error_prone_annotations:2.21.1 -> 2.26.0
-| | | | | | +--- io.grpc:grpc-core:1.62.2
-| | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | | +--- com.google.code.gson:gson:2.10.1
-| | | | | | | +--- com.google.android:annotations:4.1.1.4
-| | | | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
-| | | | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
-| | | | | | | +--- com.google.guava:guava:32.1.3-android (*)
-| | | | | | | +--- io.perfmark:perfmark-api:0.26.0
-| | | | | | | \--- io.grpc:grpc-context:1.62.2
-| | | | | | | \--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | \--- com.google.guava:guava:32.1.3-android (*)
-| | | | | +--- io.grpc:grpc-okhttp:1.62.2
-| | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | +--- io.grpc:grpc-util:1.62.2
-| | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | | +--- io.grpc:grpc-core:1.62.2 (*)
-| | | | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
-| | | | | | | \--- com.google.guava:guava:32.1.3-android (*)
-| | | | | | +--- io.grpc:grpc-core:1.62.2 (*)
-| | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.15.0 (*)
-| | | | | | +--- com.google.guava:guava:32.1.3-android (*)
-| | | | | | \--- io.perfmark:perfmark-api:0.26.0
-| | | | | +--- io.grpc:grpc-protobuf-lite:1.62.2
-| | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | +--- com.google.protobuf:protobuf-javalite:3.25.1 -> 3.25.5
-| | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
-| | | | | | \--- com.google.guava:guava:32.1.3-android (*)
-| | | | | +--- io.grpc:grpc-stub:1.62.2
-| | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | +--- com.google.guava:guava:32.1.3-android (*)
-| | | | | | \--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
-| | | | +--- dev.gitlive:firebase-app:2.4.0
-| | | | | \--- dev.gitlive:firebase-app-android:2.4.0
-| | | | | +--- com.google.firebase:firebase-common -> 21.0.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | +--- dev.gitlive:firebase-common-internal:2.4.0
-| | | | | \--- dev.gitlive:firebase-common-internal-android:2.4.0
-| | | | | +--- com.google.firebase:firebase-common -> 21.0.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1
-| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | +--- androidx.navigation:navigation-compose:2.9.4
-| | | | | \--- androidx.navigation:navigation-compose-android:2.9.4
-| | | | | +--- androidx.activity:activity:1.8.0 -> 1.12.3 (*)
-| | | | | +--- androidx.activity:activity-compose:1.8.0 -> 1.12.3 (*)
-| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*)
-| | | | | +--- androidx.collection:collection:1.4.5 -> 1.5.0 (*)
-| | | | | +--- androidx.compose.animation:animation:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.animation:animation-core:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.foundation:foundation-layout:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.runtime:runtime:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.runtime:runtime-saveable:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.ui:ui:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2 -> 2.9.4
-| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.9.4
-| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | | | +--- androidx.compose.ui:ui:1.9.0 -> 1.10.2 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.navigation:navigation-common:2.9.4
-| | | | | | \--- androidx.navigation:navigation-common-android:2.9.4
-| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.0 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.0 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.0 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0 -> 2.9.4 (*)
-| | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
-| | | | | | +--- androidx.savedstate:savedstate:1.3.0 -> 1.3.3 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | | +--- androidx.navigation:navigation-compose:2.9.4 (c)
-| | | | | | +--- androidx.navigation:navigation-runtime:2.9.4 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | +--- androidx.navigation:navigation-runtime:2.9.4
-| | | | | | \--- androidx.navigation:navigation-runtime-android:2.9.4
-| | | | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.12.3 (*)
-| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | | | +--- androidx.core:core-ktx:1.8.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.navigation:navigation-common:2.9.4 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | | +--- androidx.navigation:navigation-common:2.9.4 (c)
-| | | | | | +--- androidx.navigation:navigation-compose:2.9.4 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | +--- androidx.savedstate:savedstate:1.3.0 -> 1.3.3 (*)
-| | | | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.3.3 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | +--- androidx.navigation:navigation-common:2.9.4 (c)
-| | | | | +--- androidx.navigation:navigation-runtime:2.9.4 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.9.5
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.compose.runtime:runtime:1.9.0 -> 1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.ui:ui:1.8.2 -> 1.10.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-common:2.9.1
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | +--- androidx.navigation:navigation-common:2.9.4 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.5 -> 1.3.6 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-runtime:2.9.1
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | +--- androidx.navigation:navigation-runtime:2.9.4 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.navigation:navigation-common:2.9.1 (*)
-| | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.5 -> 1.3.6 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.5 -> 1.3.6 (*)
-| | | | +--- org.jetbrains.androidx.savedstate:savedstate-compose:1.3.5 -> 1.3.6 (*)
-| | | | +--- org.jetbrains.compose.animation:animation:1.8.2 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.animation:animation-core:1.8.2 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.8.2 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1
-| | | | \--- io.insert-koin:koin-annotations-jvm:2.3.1
-| | | | +--- io.insert-koin:koin-core-annotations:4.1.0
-| | | | | \--- io.insert-koin:koin-core-annotations-jvm:4.1.0
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1
-| | | | \--- io.insert-koin:koin-compose-android:4.1.1
-| | | | +--- io.insert-koin:koin-android:4.1.1
-| | | | | +--- io.insert-koin:koin-core:4.1.1
-| | | | | | \--- io.insert-koin:koin-core-jvm:4.1.1
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | | | | +--- co.touchlab:stately-concurrency:2.1.0
-| | | | | | | \--- co.touchlab:stately-concurrency-jvm:2.1.0
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.10 (*)
-| | | | | | | \--- co.touchlab:stately-strict:2.1.0
-| | | | | | | \--- co.touchlab:stately-strict-jvm:2.1.0
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.10 (*)
-| | | | | | \--- co.touchlab:stately-concurrent-collections:2.1.0
-| | | | | | \--- co.touchlab:stately-concurrent-collections-jvm:2.1.0
-| | | | | | +--- co.touchlab:stately-concurrency:2.1.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.10 (*)
-| | | | | +--- io.insert-koin:koin-core-viewmodel:4.1.1
-| | | | | | \--- io.insert-koin:koin-core-viewmodel-android:4.1.1
-| | | | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.3 -> 2.9.6 (*)
-| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.3 -> 2.9.6 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | | | +--- androidx.appcompat:appcompat:1.7.1
-| | | | | | +--- androidx.activity:activity:1.8.0 -> 1.12.3 (*)
-| | | | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*)
-| | | | | | +--- androidx.appcompat:appcompat-resources:1.7.1 (*)
-| | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | +--- androidx.core:core:1.13.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.core:core-ktx:1.13.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.cursoradapter:cursoradapter:1.0.0
-| | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0
-| | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | | \--- androidx.customview:customview:1.0.0 (*)
-| | | | | | +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0 (*)
-| | | | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0
-| | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core:1.3.0 -> 1.17.0 (*)
-| | | | | | | +--- androidx.emoji2:emoji2:1.4.0 (*)
-| | | | | | | \--- androidx.emoji2:emoji2:1.4.0 (c)
-| | | | | | +--- androidx.fragment:fragment:1.5.4 -> 1.8.9 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4 (*)
-| | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
-| | | | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1
-| | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
-| | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | | \--- androidx.appcompat:appcompat-resources:1.7.1 (c)
-| | | | | +--- androidx.activity:activity-ktx:1.10.1 -> 1.12.3 (*)
-| | | | | +--- androidx.fragment:fragment-ktx:1.8.9
-| | | | | | +--- androidx.activity:activity-ktx:1.8.1 -> 1.12.3 (*)
-| | | | | | +--- androidx.collection:collection-ktx:1.1.0 -> 1.5.0 (*)
-| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.fragment:fragment:1.8.9 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.9.4 (*)
-| | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.3.3 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | | \--- androidx.fragment:fragment:1.8.9 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3 -> 2.9.4 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.8.2 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.foundation:foundation:1.8.2 -> 1.10.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1
-| | | | \--- io.insert-koin:koin-compose-viewmodel-android:4.1.1
-| | | | +--- androidx.activity:activity-compose:1.10.1 -> 1.12.3 (*)
-| | | | +--- io.insert-koin:koin-compose:4.1.1 (*)
-| | | | +--- io.insert-koin:koin-core-viewmodel:4.1.1 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.9.3 -> 2.9.5 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8
-| | | | \--- co.touchlab:kermit-android-debug:2.0.8
-| | | | +--- co.touchlab:kermit-core:2.0.8
-| | | | | \--- co.touchlab:kermit-core-android-debug:2.0.8
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0
-| | | | \--- io.coil-kt.coil3:coil-network-ktor3-android:3.3.0
-| | | | +--- io.coil-kt.coil3:coil-core:3.3.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-network-core:3.3.0
-| | | | | \--- io.coil-kt.coil3:coil-network-core-android:3.3.0
-| | | | | +--- androidx.core:core-ktx:1.15.0 -> 1.17.0 (*)
-| | | | | +--- io.coil-kt.coil3:coil-core:3.3.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | +--- io.ktor:ktor-client-core:3.1.0 -> 3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| +--- dev.gitlive:firebase-common:2.4.0 (*)
-| +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| +--- io.insert-koin:koin-core:4.1.1 (*)
-| +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| +--- co.touchlab:kermit:2.0.8 (*)
-| +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| +--- io.ktor:ktor-client-android:3.4.1 (*)
+| +--- junit:junit:4.13.2 (*)
| +--- project :modules:library-ui-shared
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
| | +--- org.jetbrains.compose.material:material-icons-extended:1.7.3
| | | +--- androidx.compose.material:material-icons-extended:1.7.6
| | | | \--- androidx.compose.material:material-icons-extended-android:1.7.6
-| | | | \--- androidx.compose.material:material-icons-core:1.7.6
-| | | | \--- androidx.compose.material:material-icons-core-android:1.7.6
-| | | | +--- androidx.compose.ui:ui:1.6.0 -> 1.10.2 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
+| | | | +--- androidx.compose.material:material-icons-core:1.7.6
+| | | | | \--- androidx.compose.material:material-icons-core-android:1.7.6
+| | | | | +--- androidx.compose.ui:ui:1.6.0 -> 1.10.5 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.20 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.20 (*)
| | | +--- org.jetbrains.compose.material:material-icons-core:1.7.3
| | | | +--- androidx.compose.material:material-icons-core:1.7.6 (*)
-| | | | +--- org.jetbrains.compose.ui:ui:1.7.3 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 -> 1.10.0 (*)
-| | | | \--- org.jetbrains.compose.ui:ui-unit:1.7.3 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui:1.7.3 -> 1.10.0 (*)
-| | | \--- org.jetbrains.compose.ui:ui-graphics:1.7.3 -> 1.10.0 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0
-| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.10.0
-| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (*)
-| | +--- project :modules:library-navigation-api (*)
-| | +--- org.jetbrains.compose.components:components-resources:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0
-| | | +--- androidx.compose.material:material:1.10.0 (*)
-| | | +--- org.jetbrains.compose.animation:animation:1.10.0 (*)
-| | | +--- org.jetbrains.compose.animation:animation-core:1.10.0 (*)
-| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.0 (*)
-| | | +--- org.jetbrains.compose.material:material-ripple:1.10.0
-| | | | +--- androidx.compose.material:material-ripple:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.animation:animation:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-text:1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | +--- org.jetbrains.compose.ui:ui:1.7.3 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 -> 1.10.3 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.ui:ui:1.7.3 -> 1.10.3 (*)
+| | | \--- org.jetbrains.compose.ui:ui-graphics:1.7.3 -> 1.10.3 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.compose.components:components-resources:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3
+| | | +--- androidx.compose.material:material:1.10.5 (*)
+| | | +--- org.jetbrains.compose.animation:animation:1.10.3 (*)
+| | | +--- org.jetbrains.compose.animation:animation-core:1.10.3 (*)
+| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.3 (*)
+| | | +--- org.jetbrains.compose.material:material-ripple:1.10.3
+| | | | +--- androidx.compose.material:material-ripple:1.10.5 (*)
+| | | | +--- org.jetbrains.compose.animation:animation:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-text:1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | +--- org.jetbrains.compose.material3:material3:1.9.0
| | | +--- androidx.compose.material3:material3:1.4.0
| | | | \--- androidx.compose.material3:material3-android:1.4.0
-| | | | +--- androidx.activity:activity-compose:1.8.2 -> 1.12.3 (*)
+| | | | +--- androidx.activity:activity-compose:1.8.2 -> 1.13.0 (*)
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | | +--- androidx.collection:collection:1.4.5 -> 1.5.0 (*)
-| | | | +--- androidx.compose.animation:animation-core:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.compose.foundation:foundation:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.compose.foundation:foundation-layout:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.compose.material:material-ripple:1.8.1 -> 1.10.0 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui:1.8.2 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-text:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-util:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.9.4
+| | | | +--- androidx.compose.animation:animation-core:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.foundation:foundation:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.foundation:foundation-layout:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.material:material-ripple:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui:1.8.2 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-text:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-util:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.10.0
| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- org.jetbrains.compose.animation:animation-core:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.collection-internal:collection:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.material:material-ripple:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | +--- org.jetbrains.compose.animation:animation-core:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.collection-internal:collection:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.material:material-ripple:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.3 (*)
| | | +--- org.jetbrains.compose.ui:ui-backhandler:1.9.1
| | | | \--- org.jetbrains.compose.ui:ui-backhandler-android-debug:1.9.1
-| | | | +--- androidx.activity:activity-compose:1.8.0 -> 1.12.3 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.ui:ui-util:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | +--- androidx.activity:activity-compose:1.8.0 -> 1.13.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.5 -> 2.10.0 (*)
+| | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.9.1 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-util:1.9.1 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (c)
-| | | +--- org.jetbrains.compose.ui:ui-graphics:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-text:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-util:1.9.1 -> 1.10.0 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.ui:ui-graphics:1.10.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.20 (c)
+| | | +--- org.jetbrains.compose.ui:ui-graphics:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-text:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-util:1.9.1 -> 1.10.3 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.ui:ui-graphics:1.10.3 (*)
| | +--- com.eygraber:compose-placeholder:1.0.12
| | | \--- com.eygraber:compose-placeholder-android:1.0.12
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.10 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.9.0-rc02 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-util:1.9.0-rc02 -> 1.10.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.9.0-rc02 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-util:1.9.0-rc02 -> 1.10.3 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | +--- project :modules:library-feature
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
+| | | +--- project :modules:library-navigation-api
+| | | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | | +--- junit:junit:4.13.2 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | | \--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | \--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.10.0
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (*)
+| | \--- project :modules:library-navigation-api (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| +--- dev.gitlive:firebase-common:2.4.0 (*)
+| +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| +--- io.insert-koin:koin-core:4.2.0 (*)
+| +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| +--- co.touchlab:kermit:2.1.0 (*)
+| +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
| +--- project :modules:feature-account
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- app.cash.sqldelight:android-driver:2.2.1
-| | | +--- androidx.sqlite:sqlite-framework:2.5.2
-| | | | \--- androidx.sqlite:sqlite-framework-android:2.5.2
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- app.cash.sqldelight:android-driver:2.3.2
+| | | +--- androidx.sqlite:sqlite-framework:2.6.2
+| | | | \--- androidx.sqlite:sqlite-framework-android:2.6.2
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | +--- androidx.sqlite:sqlite:2.5.2
-| | | | | \--- androidx.sqlite:sqlite-android:2.5.2
-| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- androidx.sqlite:sqlite-framework:2.5.2 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- androidx.sqlite:sqlite:2.5.2 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.3.10 (c)
-| | | +--- app.cash.sqldelight:runtime:2.2.1
-| | | | \--- app.cash.sqldelight:runtime-jvm:2.2.1
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | +--- androidx.sqlite:sqlite:2.5.2 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- app.cash.sqldelight:runtime:2.2.1 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | | +--- androidx.sqlite:sqlite:2.6.2
+| | | | | \--- androidx.sqlite:sqlite-android:2.6.2
+| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- androidx.sqlite:sqlite-framework:2.6.2 (c)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | +--- androidx.sqlite:sqlite:2.6.2 (c)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (c)
+| | | +--- app.cash.sqldelight:runtime:2.3.2
+| | | | \--- app.cash.sqldelight:runtime-jvm:2.3.2
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | +--- androidx.sqlite:sqlite:2.6.2 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- app.cash.sqldelight:runtime:2.3.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | +--- project :modules:feature-account-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:library-navigation-api (*)
-| | | +--- project :modules:library-network-api
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | | | +--- com.apollographql.apollo:apollo-runtime:4.4.1 (*)
-| | | | +--- com.apollographql.apollo:apollo-adapters:4.4.1
-| | | | | \--- com.apollographql.apollo:apollo-adapters-jvm:4.4.1
-| | | | | +--- com.apollographql.apollo:apollo-api:4.4.1 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.5.0 -> 0.7.1 (*)
-| | | | | \--- com.apollographql.apollo:apollo-annotations:4.4.1 (*)
-| | | | +--- com.apollographql.apollo:apollo-normalized-cache:4.4.1
-| | | | | \--- com.apollographql.apollo:apollo-normalized-cache-jvm:4.4.1
-| | | | | +--- com.apollographql.apollo:apollo-runtime:4.4.1 (*)
-| | | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.4.1
-| | | | | | \--- com.apollographql.apollo:apollo-normalized-cache-api-jvm:4.4.1
-| | | | | | +--- com.apollographql.apollo:apollo-api:4.4.1 (*)
-| | | | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.4.1 (*)
-| | | | | | +--- com.benasher44:uuid:0.8.2 (*)
-| | | | | | \--- com.squareup.okio:okio:3.9.0 -> 3.15.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | | | +--- com.apollographql.apollo:apollo-normalized-cache-sqlite:4.4.1
-| | | | | \--- com.apollographql.apollo:apollo-normalized-cache-sqlite-android-debug:4.4.1
-| | | | | +--- androidx.sqlite:sqlite:2.3.1 -> 2.5.2 (*)
-| | | | | +--- app.cash.sqldelight:android-driver:2.0.1 -> 2.2.1 (*)
-| | | | | +--- androidx.sqlite:sqlite-framework:2.3.1 -> 2.5.2 (*)
-| | | | | +--- androidx.startup:startup-runtime:1.1.1 (*)
-| | | | | +--- com.apollographql.apollo:apollo-api:4.4.1 (*)
-| | | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.4.1 (*)
-| | | | | \--- app.cash.sqldelight:runtime:2.0.1 -> 2.2.1 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | \--- project :modules:library-network-api
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
+| | | +--- com.apollographql.apollo:apollo-runtime:4.4.2 (*)
+| | | +--- com.apollographql.apollo:apollo-adapters:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-adapters-jvm:4.4.2
+| | | | +--- com.apollographql.apollo:apollo-api:4.4.2 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.5.0 -> 0.7.1 (*)
+| | | | \--- com.apollographql.apollo:apollo-annotations:4.4.2 (*)
+| | | +--- com.apollographql.apollo:apollo-normalized-cache:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-normalized-cache-jvm:4.4.2
+| | | | +--- com.apollographql.apollo:apollo-runtime:4.4.2 (*)
+| | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.4.2
+| | | | | \--- com.apollographql.apollo:apollo-normalized-cache-api-jvm:4.4.2
+| | | | | +--- com.apollographql.apollo:apollo-api:4.4.2 (*)
+| | | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.4.2 (*)
+| | | | | +--- com.benasher44:uuid:0.8.2 (*)
+| | | | | \--- com.squareup.okio:okio:3.9.0 -> 3.16.4 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | | +--- com.apollographql.apollo:apollo-normalized-cache-sqlite:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-normalized-cache-sqlite-android-debug:4.4.2
+| | | | +--- androidx.sqlite:sqlite:2.3.1 -> 2.6.2 (*)
+| | | | +--- app.cash.sqldelight:android-driver:2.0.1 -> 2.3.2 (*)
+| | | | +--- androidx.sqlite:sqlite-framework:2.3.1 -> 2.6.2 (*)
+| | | | +--- androidx.startup:startup-runtime:1.1.1 (*)
+| | | | +--- com.apollographql.apollo:apollo-api:4.4.2 (*)
+| | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.4.2 (*)
+| | | | \--- app.cash.sqldelight:runtime:2.0.1 -> 2.3.2 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
| | +--- project :modules:feature-common-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:library-navigation-api (*)
-| | | +--- project :modules:library-network-api (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | \--- project :modules:library-network-api (*)
| | +--- project :modules:library-navigation
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- project :modules:library-navigation-api (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:feature-launches-api
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | | +--- junit:junit:4.13.2 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | | +--- project :modules:library-navigation-api (*)
-| | | | +--- project :modules:library-network-api (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| | | +--- project :modules:feature-login-api
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | | | +--- project :modules:library-navigation-api (*)
-| | | | +--- project :modules:library-network-api (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | | \--- project :modules:library-network-api (*)
+| | | \--- project :modules:feature-login-api
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | | +--- project :modules:library-navigation-api (*)
+| | | \--- project :modules:library-network-api (*)
| | +--- project :modules:library-network-api (*)
| | +--- project :modules:library-network
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- project :modules:library-network-api (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | | +--- io.ktor:ktor-client-content-negotiation:3.4.0
-| | | | \--- io.ktor:ktor-client-content-negotiation-jvm:3.4.0
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | | +--- io.ktor:ktor-client-content-negotiation:3.4.1
+| | | | \--- io.ktor:ktor-client-content-negotiation-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-client-core:3.4.0 (*)
-| | | | +--- io.ktor:ktor-serialization:3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-client-core:3.4.0 (*)
-| | | +--- io.ktor:ktor-client-cio:3.4.0
-| | | | \--- io.ktor:ktor-client-cio-jvm:3.4.0
+| | | | +--- io.ktor:ktor-client-core:3.4.1 (*)
+| | | | +--- io.ktor:ktor-serialization:3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-client-core:3.4.1 (*)
+| | | +--- io.ktor:ktor-client-cio:3.4.1
+| | | | \--- io.ktor:ktor-client-cio-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-client-core:3.4.0 (*)
-| | | | +--- io.ktor:ktor-http-cio:3.4.0 (*)
-| | | | +--- io.ktor:ktor-websockets:3.4.0 (*)
-| | | | +--- io.ktor:ktor-network-tls:3.4.0
-| | | | | \--- io.ktor:ktor-network-tls-jvm:3.4.0
+| | | | +--- io.ktor:ktor-client-core:3.4.1 (*)
+| | | | +--- io.ktor:ktor-http-cio:3.4.1 (*)
+| | | | +--- io.ktor:ktor-websockets:3.4.1 (*)
+| | | | +--- io.ktor:ktor-network-tls:3.4.1
+| | | | | \--- io.ktor:ktor-network-tls-jvm:3.4.1
| | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-http:3.4.0 (*)
-| | | | | +--- io.ktor:ktor-network:3.4.0 (*)
-| | | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-serialization-kotlinx-json:3.4.0
-| | | | \--- io.ktor:ktor-serialization-kotlinx-json-jvm:3.4.0
-| | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-serialization-kotlinx:3.4.0
-| | | | | \--- io.ktor:ktor-serialization-kotlinx-jvm:3.4.0
-| | | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-serialization:3.4.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-io:1.9.0 -> 1.10.0
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-io-jvm:1.10.0
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-io-core:0.6.0 -> 0.8.2 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | | | +--- io.ktor:ktor-http:3.4.1 (*)
+| | | | | +--- io.ktor:ktor-network:3.4.1 (*)
+| | | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | \--- io.ktor:ktor-serialization-kotlinx-json:3.4.1
+| | | \--- io.ktor:ktor-serialization-kotlinx-json-jvm:3.4.1
+| | | +--- org.slf4j:slf4j-api:2.0.17
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- io.ktor:ktor-serialization-kotlinx:3.4.1
+| | | | \--- io.ktor:ktor-serialization-kotlinx-jvm:3.4.1
+| | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- io.ktor:ktor-serialization:3.4.1 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0 -> 1.10.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-io:1.9.0 -> 1.10.0
+| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-io-jvm:1.10.0
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
+| | | | \--- org.jetbrains.kotlinx:kotlinx-io-core:0.6.0 -> 0.8.2 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
| | +--- dev.gitlive:firebase-auth:2.4.0
| | | \--- dev.gitlive:firebase-auth-android:2.4.0
-| | | +--- com.google.firebase:firebase-auth -> 23.2.1
+| | | +--- com.google.firebase:firebase-auth -> 24.0.1
| | | | +--- androidx.browser:browser:1.4.0
| | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
| | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.2.0 (*)
| | | | | +--- androidx.interpolator:interpolator:1.0.0 (*)
-| | | | | +--- androidx.core:core:1.1.0 -> 1.17.0 (*)
+| | | | | +--- androidx.core:core:1.1.0 -> 1.18.0 (*)
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
| | | | +--- androidx.credentials:credentials:1.2.0-rc01
| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
| | | | | \--- androidx.credentials:credentials-play-services-auth:1.2.0-rc01 (c)
| | | | +--- androidx.credentials:credentials-play-services-auth:1.2.0-rc01
@@ -1964,333 +2078,329 @@ debugUnitTestRuntimeClasspath - Runtime classpath of '/debugUnitTest'.
| | | | | +--- com.google.android.gms:play-services-auth:20.7.0
| | | | | | +--- androidx.fragment:fragment:1.0.0 -> 1.8.9 (*)
| | | | | | +--- com.google.android.gms:play-services-auth-api-phone:18.0.1 -> 18.0.2
-| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.2 -> 18.4.0 (*)
-| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.2 -> 18.9.0 (*)
+| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
| | | | | | +--- com.google.android.gms:play-services-auth-base:18.0.4
| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.4.0 (*)
-| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
-| | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | | +--- com.google.android.gms:play-services-basement:18.2.0 -> 18.4.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.9.0 (*)
+| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
+| | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | +--- com.google.android.gms:play-services-basement:18.2.0 -> 18.9.0 (*)
| | | | | | +--- com.google.android.gms:play-services-fido:20.0.1 -> 20.1.0
-| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.4.0 (*)
-| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
-| | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.9.0 (*)
+| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
+| | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
| | | | | +--- com.google.android.gms:play-services-fido:20.1.0 (*)
| | | | | +--- com.google.android.libraries.identity.googleid:googleid:1.1.0
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.3.10 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.3.20 (*)
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
| | | | | \--- androidx.credentials:credentials:1.2.0-rc01 (c)
| | | | +--- androidx.fragment:fragment:1.1.0 -> 1.8.9 (*)
| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 (*)
| | | | +--- com.google.android.gms:play-services-auth-api-phone:18.0.2 (*)
-| | | | +--- com.google.android.gms:play-services-basement:18.4.0 (*)
-| | | | +--- com.google.android.gms:play-services-tasks:18.2.0 (*)
+| | | | +--- com.google.android.gms:play-services-basement:18.4.0 -> 18.9.0 (*)
+| | | | +--- com.google.android.gms:play-services-tasks:18.2.0 -> 18.4.0 (*)
| | | | +--- com.google.android.play:integrity:1.3.0
-| | | | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.4.0 (*)
-| | | | | +--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.2.0 (*)
+| | | | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.9.0 (*)
+| | | | | +--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.4.0 (*)
| | | | | \--- com.google.android.play:core-common:2.0.3
| | | | +--- com.google.android.recaptcha:recaptcha:18.6.1
-| | | | | +--- com.google.android.gms:play-services-basement:18.4.0 (*)
-| | | | | +--- com.google.android.gms:play-services-tasks:18.2.0 (*)
+| | | | | +--- com.google.android.gms:play-services-basement:18.4.0 -> 18.9.0 (*)
+| | | | | +--- com.google.android.gms:play-services-tasks:18.2.0 -> 18.4.0 (*)
| | | | | +--- com.google.android.play:integrity:1.3.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 2.3.10 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 2.3.20 (*)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.2 (*)
| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.3 -> 1.10.2 (*)
-| | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
+| | | | +--- com.google.firebase:firebase-annotations:16.2.0 -> 17.0.0 (*)
| | | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0 (*)
| | | | +--- com.google.firebase:firebase-auth-interop:20.0.0 (*)
-| | | | +--- com.google.firebase:firebase-common:21.0.0 (*)
-| | | | +--- com.google.firebase:firebase-common-ktx:21.0.0 (*)
-| | | | +--- com.google.firebase:firebase-components:18.0.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.3.10 (*)
+| | | | +--- com.google.firebase:firebase-common:21.0.0 -> 22.0.1 (*)
+| | | | +--- com.google.firebase:firebase-components:18.0.0 -> 19.0.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
+| | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
| | | +--- dev.gitlive:firebase-app:2.4.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1
-| | | \--- app.cash.sqldelight:coroutines-extensions-jvm:2.2.1
-| | | +--- app.cash.sqldelight:runtime:2.2.1 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | \--- app.cash.sqldelight:async-extensions:2.2.1
-| | | \--- app.cash.sqldelight:async-extensions-jvm:2.2.1
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | \--- app.cash.sqldelight:runtime:2.2.1 (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- app.cash.sqldelight:coroutines-extensions:2.3.2
+| | \--- app.cash.sqldelight:coroutines-extensions-jvm:2.3.2
+| | +--- app.cash.sqldelight:runtime:2.3.2 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | \--- app.cash.sqldelight:async-extensions:2.3.2
+| | \--- app.cash.sqldelight:async-extensions-jvm:2.3.2
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | \--- app.cash.sqldelight:runtime:2.3.2 (*)
| +--- project :modules:feature-account-api (*)
| +--- project :modules:feature-common
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | +--- app.cash.sqldelight:coroutines-extensions:2.3.2 (*)
| | +--- project :modules:feature-common-api (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
-| | +--- project :modules:library-network (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network (*)
| +--- project :modules:feature-electricity
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | +--- io.github.koalaplot:koalaplot-core:0.10.4
-| | | \--- io.github.koalaplot:koalaplot-core-android:0.10.4
-| | | +--- org.jetbrains.compose.ui:ui:1.9.2 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.animation:animation:1.9.2 -> 1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | +--- org.jetbrains.compose.runtime:runtime:1.9.2 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.9.2 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.material3:material3:1.9.0-beta03 -> 1.9.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | +--- io.github.koalaplot:koalaplot-core:0.11.0
+| | | \--- io.github.koalaplot:koalaplot-core-android:0.11.0
+| | | +--- org.jetbrains.compose.ui:ui:1.10.0 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.animation:animation:1.10.0 -> 1.10.3 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- io.github.thechance101:chart:Beta-0.0.5
| | | \--- io.github.thechance101:chart-android-debug:Beta-0.0.5
| | | +--- androidx.appcompat:appcompat:1.5.1 -> 1.7.1 (*)
-| | | +--- androidx.core:core-ktx:1.9.0 -> 1.17.0 (*)
+| | | +--- androidx.core:core-ktx:1.9.0 -> 1.18.0 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 (*)
-| | | +--- org.jetbrains.compose.runtime:runtime:1.4.3 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.4.3 -> 1.10.0 (*)
-| | | \--- org.jetbrains.compose.material:material:1.4.3 -> 1.10.0 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.4.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.4.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.material:material:1.4.3 -> 1.10.3 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.3.20 (*)
+| | +--- app.cash.sqldelight:coroutines-extensions:2.3.2 (*)
| | +--- project :modules:feature-electricity-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:library-navigation-api (*)
| | | +--- project :modules:library-network-api (*)
-| | | +--- project :modules:library-network (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | \--- project :modules:library-network (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
-| | +--- project :modules:library-network (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network (*)
| +--- project :modules:feature-home-api
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | +--- project :modules:library-navigation-api (*)
-| | +--- project :modules:library-network-api (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network-api (*)
| +--- project :modules:feature-launches
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- app.cash.sqldelight:android-driver:2.2.1 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- app.cash.sqldelight:runtime:2.2.1 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- app.cash.sqldelight:android-driver:2.3.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- app.cash.sqldelight:runtime:2.3.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | +--- app.cash.sqldelight:coroutines-extensions:2.3.2 (*)
| | +--- project :modules:feature-common-api (*)
| | +--- project :modules:feature-launches-api (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
-| | +--- project :modules:library-network (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network (*)
| +--- project :modules:feature-launches-api (*)
| +--- project :modules:feature-login
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
| | +--- project :modules:feature-account-api (*)
| | +--- project :modules:feature-common-api (*)
| | +--- project :modules:feature-login-api (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
| | +--- project :modules:library-network (*)
-| | +--- dev.gitlive:firebase-auth:2.4.0 (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- dev.gitlive:firebase-auth:2.4.0 (*)
| +--- project :modules:feature-login-api (*)
| +--- project :modules:feature-schedules
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.components:components-resources:1.10.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.components:components-resources:1.10.3 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | +--- app.cash.sqldelight:coroutines-extensions:2.3.2 (*)
| | +--- project :modules:feature-account-api (*)
| | +--- project :modules:feature-login-api (*)
| | +--- project :modules:feature-schedules-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:library-navigation-api (*)
-| | | +--- project :modules:library-network-api (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | \--- project :modules:library-network-api (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
-| | +--- project :modules:library-network (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network (*)
| +--- project :modules:feature-schedules-api (*)
| +--- project :modules:library-navigation (*)
| +--- project :modules:library-network-api (*)
-| +--- project :modules:library-network (*)
-| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-+--- androidx.activity:activity-compose:1.12.3 (*)
+| \--- project :modules:library-network (*)
++--- androidx.activity:activity-compose:1.13.0 (*)
+--- dev.gitlive:firebase-firestore:2.4.0 (*)
-+--- org.jetbrains.compose.ui:ui:1.10.0 (*)
++--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-\--- io.insert-koin:koin-android:4.1.1 (*)
+\--- io.insert-koin:koin-android:4.2.0 (*)
(c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree.
(*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation.
diff --git a/app/versions/dependencies/releaseRuntimeClasspathDependencies.txt b/app/versions/dependencies/releaseRuntimeClasspathDependencies.txt
index baeb21e..f41f4e9 100644
--- a/app/versions/dependencies/releaseRuntimeClasspathDependencies.txt
+++ b/app/versions/dependencies/releaseRuntimeClasspathDependencies.txt
@@ -4,62 +4,67 @@ Project ':app'
------------------------------------------------------------
releaseRuntimeClasspath - Runtime classpath of '/release'.
-+--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10
++--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20
| +--- org.jetbrains:annotations:13.0 -> 23.0.0
+| +--- org.jetbrains.kotlin:kotlin-stdlib-common:2.3.20 (c)
| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.0 (c)
| \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.0 (c)
-+--- androidx.core:core-ktx:1.17.0
++--- com.google.firebase:firebase-bom:33.10.0 -> 34.10.0
+| +--- com.google.firebase:firebase-firestore:26.1.1 (c)
+| +--- com.google.firebase:firebase-common:22.0.1 (c)
+| \--- com.google.firebase:firebase-auth:24.0.1 (c)
++--- androidx.core:core-ktx:1.18.0
| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1
| | \--- androidx.annotation:annotation-jvm:1.9.1
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.10 (*)
-| +--- androidx.core:core:1.17.0
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.20 (*)
+| +--- androidx.core:core:1.18.0
| | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | +--- androidx.annotation:annotation-experimental:1.4.1
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.3.10 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.3.20 (*)
| | +--- androidx.collection:collection:1.4.2 -> 1.5.0
| | | \--- androidx.collection:collection-jvm:1.5.0
| | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | +--- androidx.collection:collection-ktx:1.5.0 (c)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.10 (c)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.20 (c)
| | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| | +--- androidx.core:core-viewtree:1.0.0
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (c)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (c)
| | +--- androidx.interpolator:interpolator:1.0.0
| | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.9.4
-| | | \--- androidx.lifecycle:lifecycle-common-jvm:2.9.4
+| | +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.10.0
+| | | \--- androidx.lifecycle:lifecycle-common-jvm:2.10.0
| | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2
| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2
| | | | +--- org.jetbrains:annotations:23.0.0
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (c)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2 (c)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (c)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (c)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (c)
| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.2 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
| | | +--- org.jspecify:jspecify:1.0.0
-| | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.9.4
-| | | \--- androidx.lifecycle:lifecycle-runtime-android:2.9.4
+| | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.10.0 (c)
+| | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.10.0
+| | | \--- androidx.lifecycle:lifecycle-runtime-android:2.10.0
| | | +--- androidx.annotation:annotation:1.9.1 (*)
| | | +--- androidx.arch.core:core-common:2.2.0
| | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
@@ -67,7 +72,7 @@ releaseRuntimeClasspath - Runtime classpath of '/release'.
| | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | \--- androidx.arch.core:core-common:2.2.0 (*)
| | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
+| | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
| | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
@@ -76,1706 +81,1786 @@ releaseRuntimeClasspath - Runtime classpath of '/release'.
| | | | | \--- androidx.tracing:tracing:1.0.0 -> 1.2.0
| | | | | \--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
| | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
| | | +--- org.jspecify:jspecify:1.0.0
-| | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
+| | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.5 -> 2.10.0 (c)
+| | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
| | +--- androidx.tracing:tracing:1.2.0 (*)
| | +--- androidx.versionedparcelable:versionedparcelable:1.1.1
| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | \--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
| | +--- org.jspecify:jspecify:1.0.0
-| | +--- androidx.core:core-ktx:1.17.0 (c)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| +--- androidx.core:core:1.17.0 (c)
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
+| | \--- androidx.core:core-ktx:1.18.0 (c)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| \--- androidx.core:core:1.18.0 (c)
+--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+--- org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0
| \--- org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.4.0
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.10 (*)
-+--- com.michael-bull.kotlin-result:kotlin-result:2.1.0
-| \--- com.michael-bull.kotlin-result:kotlin-result-jvm:2.1.0
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
+| \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
++--- com.michael-bull.kotlin-result:kotlin-result:2.3.1
+| \--- com.michael-bull.kotlin-result:kotlin-result-jvm:2.3.1
+| \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+--- com.jakewharton.timber:timber:5.0.1
-| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.3.10 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.3.20 (*)
| \--- org.jetbrains:annotations:20.1.0 -> 23.0.0
+--- project :modules:feature-home-shared
-| +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6
-| | \--- androidx.lifecycle:lifecycle-viewmodel:2.9.4
-| | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.9.4
+| +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0
+| | \--- androidx.lifecycle:lifecycle-viewmodel:2.10.0
+| | \--- androidx.lifecycle:lifecycle-viewmodel-android:2.10.0
| | +--- androidx.annotation:annotation:1.9.1 (*)
| | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
-| | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| +--- io.ktor:ktor-client-android:3.4.0
-| | \--- io.ktor:ktor-client-android-jvm:3.4.0
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.10.0 (c)
+| | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| +--- io.ktor:ktor-client-android:3.4.1
+| | \--- io.ktor:ktor-client-android-jvm:3.4.1
| | +--- org.slf4j:slf4j-api:2.0.17
-| | +--- io.ktor:ktor-client-core:3.4.0
-| | | \--- io.ktor:ktor-client-core-jvm:3.4.0
+| | +--- io.ktor:ktor-client-core:3.4.1
+| | | \--- io.ktor:ktor-client-core-jvm:3.4.1
| | | +--- org.slf4j:slf4j-api:2.0.17
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- io.ktor:ktor-http:3.4.0
-| | | | \--- io.ktor:ktor-http-jvm:3.4.0
+| | | +--- io.ktor:ktor-http:3.4.1
+| | | | \--- io.ktor:ktor-http-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-utils:3.4.0
-| | | | | \--- io.ktor:ktor-utils-jvm:3.4.0
+| | | | +--- io.ktor:ktor-utils:3.4.1
+| | | | | \--- io.ktor:ktor-utils-jvm:3.4.1
| | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-io:3.4.0
-| | | | | | \--- io.ktor:ktor-io-jvm:3.4.0
+| | | | | +--- io.ktor:ktor-io:3.4.1
+| | | | | | \--- io.ktor:ktor-io-jvm:3.4.1
| | | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-io-core:0.8.2
| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-core-jvm:0.8.2
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-io-bytestring:0.8.2
| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-io-bytestring-jvm:0.8.2
-| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.20 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0
| | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.10.0
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.10.0 (c)
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (c)
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.10.0 (c)
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (c)
| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-io:1.10.0 (c)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.10.0 (c)
| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-io-jvm:1.10.0 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-http-cio:3.4.0
-| | | | \--- io.ktor:ktor-http-cio-jvm:3.4.0
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-http-cio:3.4.1
+| | | | \--- io.ktor:ktor-http-cio-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | +--- io.ktor:ktor-network:3.4.0
-| | | | | \--- io.ktor:ktor-network-jvm:3.4.0
+| | | | +--- io.ktor:ktor-network:3.4.1
+| | | | | \--- io.ktor:ktor-network-jvm:3.4.1
| | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
+| | | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-http:3.4.0 (*)
-| | | | +--- io.ktor:ktor-io:3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-events:3.4.0
-| | | | \--- io.ktor:ktor-events-jvm:3.4.0
+| | | | +--- io.ktor:ktor-http:3.4.1 (*)
+| | | | +--- io.ktor:ktor-io:3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-events:3.4.1
+| | | | \--- io.ktor:ktor-events-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-websocket-serialization:3.4.0
-| | | | \--- io.ktor:ktor-websocket-serialization-jvm:3.4.0
+| | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-websocket-serialization:3.4.1
+| | | | \--- io.ktor:ktor-websocket-serialization-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-serialization:3.4.0
-| | | | | \--- io.ktor:ktor-serialization-jvm:3.4.0
+| | | | +--- io.ktor:ktor-serialization:3.4.1
+| | | | | \--- io.ktor:ktor-serialization-jvm:3.4.1
| | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-websockets:3.4.0
-| | | | | | \--- io.ktor:ktor-websockets-jvm:3.4.0
+| | | | | +--- io.ktor:ktor-websockets:3.4.1
+| | | | | | \--- io.ktor:ktor-websockets-jvm:3.4.1
| | | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | | | +--- io.ktor:ktor-http:3.4.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-sse:3.4.0
-| | | | \--- io.ktor:ktor-sse-jvm:3.4.0
+| | | | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | | | +--- io.ktor:ktor-http:3.4.1 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-sse:3.4.1
+| | | | \--- io.ktor:ktor-sse-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
+| | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.2
| | | +--- org.slf4j:slf4j-api:1.7.32 -> 2.0.17
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| +--- project :modules:library-feature
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-navigation-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0
-| | | | \--- com.kizitonwose.calendar:compose-multiplatform-android:2.10.0
-| | | | +--- org.jetbrains.compose.ui:ui-tooling-preview:1.10.0
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.0 -> 1.10.2
-| | | | | | \--- androidx.compose.ui:ui-tooling-preview-android:1.10.2
-| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- androidx.compose.runtime:runtime:1.10.2
-| | | | | | | \--- androidx.compose.runtime:runtime-android:1.10.2
-| | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | | | +--- androidx.compose.runtime:runtime-annotation:1.10.2
-| | | | | | | | \--- androidx.compose.runtime:runtime-annotation-android:1.10.2
-| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (c)
-| | | | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.2 (c)
-| | | | | | | | \--- androidx.compose.runtime:runtime-saveable:1.10.2 (c)
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (c)
-| | | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.2 (c)
-| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.2 (c)
-| | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.0 -> 1.10.0 (c)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0
-| | | | | | \--- androidx.compose.runtime:runtime:1.10.0 -> 1.10.2 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.7.1
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.7.1
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.foundation:foundation:1.10.0
-| | | | | +--- androidx.compose.foundation:foundation:1.10.0 -> 1.10.2
-| | | | | | \--- androidx.compose.foundation:foundation-android:1.10.2
-| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | | +--- androidx.compose.animation:animation:1.10.2
-| | | | | | | \--- androidx.compose.animation:animation-android:1.10.2
-| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | | | +--- androidx.compose.animation:animation-core:1.10.2
-| | | | | | | | \--- androidx.compose.animation:animation-core-android:1.10.2
-| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | | | | +--- androidx.compose.ui:ui:1.10.2
-| | | | | | | | | \--- androidx.compose.ui:ui-android:1.10.2
-| | | | | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.12.3
-| | | | | | | | | | +--- androidx.activity:activity:1.12.3
-| | | | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | | | | | +--- androidx.core:core-ktx:1.16.0 -> 1.17.0 (*)
-| | | | | | | | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.9.4 (*)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4 (*)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.9.4
-| | | | | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.9.4
-| | | | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | | | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.17.0 (*)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4
-| | | | | | | | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*)
-| | | | | | | | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | | | | | | | | | | | +--- androidx.savedstate:savedstate:1.3.1 -> 1.3.3
-| | | | | | | | | | | | | \--- androidx.savedstate:savedstate-android:1.3.3
-| | | | | | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | | | | | | | | +--- androidx.core:core-ktx:1.13.1 -> 1.17.0 (*)
-| | | | | | | | | | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.2 -> 2.9.4 (*)
-| | | | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
-| | | | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | | | | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 (c)
-| | | | | | | | | | | | | +--- androidx.savedstate:savedstate-ktx:1.3.3 (c)
-| | | | | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
-| | | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.navigationevent:navigationevent:1.0.2
-| | | | | | | | | | | | \--- androidx.navigationevent:navigationevent-android:1.0.2
-| | | | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | | | | | | | +--- androidx.compose.runtime:runtime-annotation:1.9.0 -> 1.10.2 (*)
-| | | | | | | | | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
-| | | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
-| | | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | | | | | | | | +--- androidx.navigationevent:navigationevent-compose:1.0.2 (c)
-| | | | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
-| | | | | | | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | | | | | | | | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*)
-| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | | | | | | | +--- androidx.activity:activity-compose:1.12.3 (c)
-| | | | | | | | | | | \--- androidx.activity:activity-ktx:1.12.3 (c)
-| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.9.4
-| | | | | | | | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.9.4
-| | | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.9.4
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.3.3
-| | | | | | | | | | | +--- androidx.savedstate:savedstate:1.3.3 (*)
-| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | | | +--- androidx.savedstate:savedstate:1.3.3 (c)
-| | | | | | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 (c)
-| | | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | | | +--- androidx.activity:activity:1.12.3 (c)
-| | | | | | | | | | \--- androidx.activity:activity-compose:1.12.3 (c)
-| | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | | | | | +--- androidx.autofill:autofill:1.0.0
-| | | | | | | | | | \--- androidx.core:core:1.1.0 -> 1.17.0 (*)
-| | | | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | | | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.2
-| | | | | | | | | | \--- androidx.compose.runtime:runtime-retain-android:1.10.2
-| | | | | | | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (c)
-| | | | | | | | | | \--- androidx.compose.runtime:runtime-saveable:1.10.2 (c)
-| | | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.2
-| | | | | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.10.2
-| | | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4
-| | | | | | | | | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.9.4
-| | | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | | | | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (*)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.2 -> 1.3.3
-| | | | | | | | | | | \--- androidx.savedstate:savedstate-compose-android:1.3.3
-| | | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | | | | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | | | | | | | | +--- androidx.core:core-ktx:1.13.1 -> 1.17.0 (*)
-| | | | | | | | | | | +--- androidx.savedstate:savedstate:1.3.3 (*)
-| | | | | | | | | | | +--- androidx.savedstate:savedstate:1.3.3 (c)
-| | | | | | | | | | | \--- androidx.savedstate:savedstate-ktx:1.3.3 (c)
-| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.runtime:runtime-annotation:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.2 (c)
-| | | | | | | | | | \--- org.jetbrains.compose.runtime:runtime-saveable:1.9.2 -> 1.10.0 (c)
-| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.2
-| | | | | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.10.2
-| | | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | | | | | | +--- androidx.compose.ui:ui-util:1.10.2
-| | | | | | | | | | | \--- androidx.compose.ui:ui-util-android:1.10.2
-| | | | | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | | | | | | | +--- androidx.collection:collection:1.4.3 -> 1.5.0 (*)
-| | | | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | | | | | | | | \--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | | | | | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.2
-| | | | | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.10.2
-| | | | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
-| | | | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.2
-| | | | | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.10.2
-| | | | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | | | | | | | | +--- androidx.collection:collection-ktx:1.4.2 -> 1.5.0
-| | | | | | | | | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | | | | | | | | \--- androidx.collection:collection:1.5.0 (c)
-| | | | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (*)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | | | | | | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | | | | | | | +--- androidx.core:core:1.12.0 -> 1.17.0 (*)
-| | | | | | | | | | +--- androidx.graphics:graphics-path:1.0.1
-| | | | | | | | | | | +--- androidx.core:core:1.12.0 -> 1.17.0 (*)
-| | | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | | | | | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | | | | | | | +--- androidx.compose.ui:ui-text:1.10.2
-| | | | | | | | | | \--- androidx.compose.ui:ui-text-android:1.10.2
-| | | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | | | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.2 (*)
-| | | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (*)
-| | | | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | | | | | | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | | | | | | | +--- androidx.core:core:1.7.0 -> 1.17.0 (*)
-| | | | | | | | | | +--- androidx.emoji2:emoji2:1.4.0
-| | | | | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-| | | | | | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | | | | | +--- androidx.core:core:1.3.0 -> 1.17.0 (*)
-| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.9.4
-| | | | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | | | | | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*)
-| | | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*)
-| | | | | | | | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c)
-| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | | | | | | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | | | | | | | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | | | | | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | | | | | | +--- androidx.core:core:1.16.0 -> 1.17.0 (*)
-| | | | | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0
-| | | | | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.17.0 (*)
-| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.3.10 (*)
-| | | | | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*)
-| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 -> 2.9.4 (*)
-| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.2 -> 2.9.4 (*)
-| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 -> 2.9.4 (*)
-| | | | | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
-| | | | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.3.3 (*)
-| | | | | | | | | +--- androidx.savedstate:savedstate-ktx:1.3.1 -> 1.3.3 (*)
-| | | | | | | | | +--- androidx.transition:transition:1.6.0
-| | | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | | | | | | | +--- androidx.core:core:1.16.0 -> 1.17.0 (*)
-| | | | | | | | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0
-| | | | | | | | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0
-| | | | | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | | | | | | +--- androidx.documentfile:documentfile:1.0.0
-| | | | | | | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | | | | | +--- androidx.loader:loader:1.0.0
-| | | | | | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | | | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.9.4
-| | | | | | | | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*)
-| | | | | | | | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (*)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4
-| | | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (*)
-| | | | | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 -> 1.10.2 (*)
-| | | | | | | | | | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.9.4 (*)
-| | | | | | | | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
-| | | | | | | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | | | | | \--- androidx.print:print:1.0.0
-| | | | | | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | | | | \--- org.jspecify:jspecify:1.0.0
-| | | | | | | | | +--- androidx.window:window:1.5.0
-| | | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | | | | | | | +--- androidx.core:core:1.8.0 -> 1.17.0 (*)
-| | | | | | | | | | +--- androidx.window:window-core:1.5.0
-| | | | | | | | | | | \--- androidx.window:window-core-android:1.5.0
-| | | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | | | +--- androidx.window:window:1.5.0 (c)
-| | | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
-| | | | | | | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | | | | | | +--- androidx.window:window-core:1.5.0 (c)
-| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jspecify:jspecify:1.0.0
-| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | | | | | | | | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| | | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | | | | | | | | +--- androidx.compose.ui:ui-util:1.10.2 (c)
-| | | | | | | | | \--- androidx.compose.foundation:foundation:1.7.0 -> 1.10.2 (c)
-| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (*)
-| | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | | | | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | | | | \--- androidx.compose.animation:animation:1.10.2 (c)
-| | | | | | | +--- androidx.compose.foundation:foundation-layout:1.10.2
-| | | | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.10.2
-| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | | | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.10.2 (*)
-| | | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | | | | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.2 (*)
-| | | | | | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | | | | | +--- androidx.core:core:1.16.0 -> 1.17.0 (*)
-| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | | \--- androidx.compose.foundation:foundation:1.10.2 (c)
-| | | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | | | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.2 (*)
-| | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.2 (*)
-| | | | | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | | \--- androidx.compose.animation:animation-core:1.10.2 (c)
-| | | | | | +--- androidx.compose.foundation:foundation-layout:1.10.2 (*)
-| | | | | | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | | | | | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | | | | | +--- androidx.compose.ui:ui-text:1.10.2 (*)
-| | | | | | +--- androidx.compose.ui:ui-util:1.10.2 (*)
-| | | | | | +--- androidx.core:core:1.13.1 -> 1.17.0 (*)
-| | | | | | +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | \--- androidx.compose.foundation:foundation-layout:1.10.2 (c)
-| | | | | +--- org.jetbrains.compose.animation:animation:1.10.0
-| | | | | | +--- androidx.compose.animation:animation:1.10.0 -> 1.10.2 (*)
-| | | | | | +--- org.jetbrains.compose.animation:animation-core:1.10.0
-| | | | | | | +--- androidx.compose.animation:animation-core:1.10.0 -> 1.10.2 (*)
-| | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0
-| | | | | | | | \--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0
-| | | | | | | | \--- androidx.collection:collection:1.5.0 (*)
-| | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui:1.10.0
-| | | | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.0 -> 1.10.2 (*)
-| | | | | | | | +--- androidx.compose.ui:ui:1.10.0 -> 1.10.2 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6
-| | | | | | | | | \--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6
-| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | | | | | | \--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6
-| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6 (*)
-| | | | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6
-| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | | | | | | \--- org.jetbrains.androidx.savedstate:savedstate:1.3.6
-| | | | | | | | | \--- androidx.savedstate:savedstate:1.3.3 (*)
-| | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.10.0
-| | | | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | | | | | | | +--- org.jetbrains.androidx.savedstate:savedstate-compose:1.3.6
-| | | | | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 (*)
-| | | | | | | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
-| | | | | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.0 (*)
-| | | | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0
-| | | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0
-| | | | | | | | | | +--- androidx.compose.ui:ui-util:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.10.0
-| | | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.0
-| | | | | | | | | | +--- androidx.compose.ui:ui-unit:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0 (*)
-| | | | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-text:1.10.0
-| | | | | | | | | +--- androidx.compose.ui:ui-text:1.10.0 -> 1.10.2 (*)
-| | | | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.0
-| | | | | | | +--- androidx.compose.foundation:foundation-layout:1.10.0 -> 1.10.2 (*)
-| | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.0 (*)
-| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.ui:ui-text:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.components:components-resources:1.10.0
-| | | | | \--- org.jetbrains.compose.components:components-resources-android:1.10.0
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | +--- org.jetbrains.compose.components:components-ui-tooling-preview:1.10.0
-| | | | | \--- org.jetbrains.compose.components:components-ui-tooling-preview-android:1.10.0
-| | | | | +--- androidx.compose.ui:ui-tooling-preview:1.6.1 -> 1.10.2 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0
-| | | | \--- io.coil-kt.coil3:coil-compose-android:3.3.0
-| | | | +--- io.coil-kt.coil3:coil:3.3.0
-| | | | | \--- io.coil-kt.coil3:coil-android:3.3.0
-| | | | | +--- io.coil-kt.coil3:coil-core:3.3.0
-| | | | | | \--- io.coil-kt.coil3:coil-core-android:3.3.0
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- androidx.appcompat:appcompat-resources:1.7.1
-| | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
-| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core:1.6.0 -> 1.17.0 (*)
-| | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0
-| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
-| | | | | | | | +--- androidx.core:core:1.1.0 -> 1.17.0 (*)
-| | | | | | | | \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0
-| | | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
-| | | | | | | | +--- androidx.interpolator:interpolator:1.0.0 (*)
-| | | | | | | | \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | \--- androidx.appcompat:appcompat:1.7.1 (c)
-| | | | | | +--- androidx.core:core-ktx:1.15.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.exifinterface:exifinterface:1.4.1
-| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | | \--- org.jspecify:jspecify:1.0.0
-| | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- com.squareup.okio:okio:3.15.0
-| | | | | | | \--- com.squareup.okio:okio-jvm:3.15.0
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0
-| | | | | \--- io.coil-kt.coil3:coil-compose-core-android:3.3.0
-| | | | | +--- com.google.accompanist:accompanist-drawablepainter:0.37.3
-| | | | | | +--- androidx.compose.ui:ui:1.7.0 -> 1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.2 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.10 (*)
-| | | | | +--- io.coil-kt.coil3:coil-core:3.3.0 (*)
-| | | | | +--- org.jetbrains.compose.foundation:foundation:1.8.2 -> 1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- dev.gitlive:firebase-common:2.4.0
-| | | | \--- dev.gitlive:firebase-common-android:2.4.0
-| | | | +--- com.google.firebase:firebase-common -> 21.0.0
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.10.2
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
-| | | | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.2.0
-| | | | | | | \--- com.google.android.gms:play-services-basement:18.4.0
-| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core:1.2.0 -> 1.17.0 (*)
-| | | | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.8.9
-| | | | | | | +--- androidx.activity:activity:1.8.1 -> 1.12.3 (*)
-| | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
-| | | | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
-| | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.17.0 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.9.4 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4 (*)
-| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.9.4 (*)
-| | | | | | | +--- androidx.loader:loader:1.0.0 (*)
-| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
-| | | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | | | | | | +--- androidx.viewpager:viewpager:1.0.0
-| | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | | | \--- androidx.customview:customview:1.0.0
-| | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | | \--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | | | \--- androidx.fragment:fragment-ktx:1.8.9 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.10 (*)
-| | | | | +--- com.google.firebase:firebase-components:18.0.0
-| | | | | | +--- com.google.firebase:firebase-annotations:16.2.0
-| | | | | | | \--- javax.inject:javax.inject:1
-| | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | | | | | \--- com.google.errorprone:error_prone_annotations:2.26.0
-| | | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
-| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.4.0 (*)
-| | | | | \--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.2.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | | +--- com.google.firebase:firebase-bom:33.15.0
-| | | | | +--- com.google.firebase:firebase-common:21.0.0 (c)
-| | | | | +--- com.google.firebase:firebase-firestore:25.1.4 (c)
-| | | | | +--- com.google.firebase:firebase-auth:23.2.1 (c)
-| | | | | \--- com.google.firebase:firebase-common-ktx:21.0.0 (c)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- dev.gitlive:firebase-firestore:2.4.0
-| | | | \--- dev.gitlive:firebase-firestore-android:2.4.0
-| | | | +--- com.google.firebase:firebase-firestore -> 25.1.4
-| | | | | +--- com.google.firebase:protolite-well-known-types:18.0.1
-| | | | | | \--- com.google.protobuf:protobuf-javalite:3.25.5
-| | | | | +--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.2.0 (*)
-| | | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
-| | | | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0
-| | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0
-| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core:1.2.0 -> 1.17.0 (*)
-| | | | | | | +--- androidx.fragment:fragment:1.0.0 -> 1.8.9 (*)
-| | | | | | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.4.0 (*)
-| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.2.0 (*)
-| | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
-| | | | | +--- com.google.firebase:firebase-auth-interop:19.0.2 -> 20.0.0
-| | | | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.4.0 (*)
-| | | | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.2.0 (*)
-| | | | | | +--- com.google.firebase:firebase-annotations:16.0.0 -> 16.2.0 (*)
-| | | | | | \--- com.google.firebase:firebase-common:20.0.0 -> 21.0.0 (*)
-| | | | | +--- com.google.firebase:firebase-common:21.0.0 (*)
-| | | | | +--- com.google.firebase:firebase-common-ktx:21.0.0
-| | | | | | +--- com.google.firebase:firebase-common:21.0.0 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.0
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.10 (*)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.10 (*)
-| | | | | | +--- com.google.firebase:firebase-components:18.0.0 (*)
-| | | | | | \--- com.google.firebase:firebase-annotations:16.2.0 (*)
-| | | | | +--- com.google.firebase:firebase-components:18.0.0 (*)
-| | | | | +--- com.google.firebase:firebase-database-collection:18.0.1
-| | | | | | \--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | | | | +--- com.google.android.gms:play-services-base:18.1.0 (*)
-| | | | | +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.4.0 (*)
-| | | | | +--- io.grpc:grpc-android:1.62.2
-| | | | | | +--- io.grpc:grpc-api:1.62.2
-| | | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
-| | | | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
-| | | | | | | \--- com.google.guava:guava:32.1.3-android
-| | | | | | | +--- com.google.guava:failureaccess:1.0.1
-| | | | | | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
-| | | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
-| | | | | | | +--- org.checkerframework:checker-qual:3.37.0
-| | | | | | | \--- com.google.errorprone:error_prone_annotations:2.21.1 -> 2.26.0
-| | | | | | +--- io.grpc:grpc-core:1.62.2
-| | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | | +--- com.google.code.gson:gson:2.10.1
-| | | | | | | +--- com.google.android:annotations:4.1.1.4
-| | | | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
-| | | | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
-| | | | | | | +--- com.google.guava:guava:32.1.3-android (*)
-| | | | | | | +--- io.perfmark:perfmark-api:0.26.0
-| | | | | | | \--- io.grpc:grpc-context:1.62.2
-| | | | | | | \--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | \--- com.google.guava:guava:32.1.3-android (*)
-| | | | | +--- io.grpc:grpc-okhttp:1.62.2
-| | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | +--- io.grpc:grpc-util:1.62.2
-| | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | | +--- io.grpc:grpc-core:1.62.2 (*)
-| | | | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
-| | | | | | | \--- com.google.guava:guava:32.1.3-android (*)
-| | | | | | +--- io.grpc:grpc-core:1.62.2 (*)
-| | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.15.0 (*)
-| | | | | | +--- com.google.guava:guava:32.1.3-android (*)
-| | | | | | \--- io.perfmark:perfmark-api:0.26.0
-| | | | | +--- io.grpc:grpc-protobuf-lite:1.62.2
-| | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | +--- com.google.protobuf:protobuf-javalite:3.25.1 -> 3.25.5
-| | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
-| | | | | | \--- com.google.guava:guava:32.1.3-android (*)
-| | | | | +--- io.grpc:grpc-stub:1.62.2
-| | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
-| | | | | | +--- com.google.guava:guava:32.1.3-android (*)
-| | | | | | \--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
-| | | | +--- dev.gitlive:firebase-app:2.4.0
-| | | | | \--- dev.gitlive:firebase-app-android:2.4.0
-| | | | | +--- com.google.firebase:firebase-common -> 21.0.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | +--- dev.gitlive:firebase-common-internal:2.4.0
-| | | | | \--- dev.gitlive:firebase-common-internal-android:2.4.0
-| | | | | +--- com.google.firebase:firebase-common -> 21.0.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1
-| | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | +--- androidx.navigation:navigation-compose:2.9.4
-| | | | | \--- androidx.navigation:navigation-compose-android:2.9.4
-| | | | | +--- androidx.activity:activity:1.8.0 -> 1.12.3 (*)
-| | | | | +--- androidx.activity:activity-compose:1.8.0 -> 1.12.3
-| | | | | | +--- androidx.activity:activity:1.12.3 (*)
-| | | | | | +--- androidx.compose.runtime:runtime:1.7.0 -> 1.10.2 (*)
-| | | | | | +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.10.2 (*)
-| | | | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.10.2 (*)
-| | | | | | +--- androidx.core:core-ktx:1.13.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | | | | | +--- androidx.navigationevent:navigationevent-compose:1.0.2
-| | | | | | | \--- androidx.navigationevent:navigationevent-compose-android:1.0.2
-| | | | | | | +--- androidx.compose.runtime:runtime:1.9.2 -> 1.10.2 (*)
-| | | | | | | +--- androidx.compose.ui:ui:1.9.2 -> 1.10.2 (*)
-| | | | | | | +--- androidx.navigationevent:navigationevent:1.0.2 (*)
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | | | +--- androidx.navigationevent:navigationevent:1.0.2 (c)
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | | +--- androidx.activity:activity:1.12.3 (c)
-| | | | | | \--- androidx.activity:activity-ktx:1.12.3 (c)
-| | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*)
-| | | | | +--- androidx.collection:collection:1.4.5 -> 1.5.0 (*)
-| | | | | +--- androidx.compose.animation:animation:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.animation:animation-core:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.foundation:foundation-layout:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.runtime:runtime:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.runtime:runtime-saveable:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.ui:ui:1.7.2 -> 1.10.2 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2 -> 2.9.4
-| | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.9.4
-| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | | | +--- androidx.compose.ui:ui:1.9.0 -> 1.10.2 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0 -> 2.9.4 (*)
-| | | | | +--- androidx.navigation:navigation-common:2.9.4
-| | | | | | \--- androidx.navigation:navigation-common-android:2.9.4
-| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.0 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.0 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.0 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0 -> 2.9.4 (*)
-| | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
-| | | | | | +--- androidx.savedstate:savedstate:1.3.0 -> 1.3.3 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | | +--- androidx.navigation:navigation-compose:2.9.4 (c)
-| | | | | | +--- androidx.navigation:navigation-runtime:2.9.4 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | +--- androidx.navigation:navigation-runtime:2.9.4
-| | | | | | \--- androidx.navigation:navigation-runtime-android:2.9.4
-| | | | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.12.3 (*)
-| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
-| | | | | | +--- androidx.core:core-ktx:1.8.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 -> 2.9.4 (*)
-| | | | | | +--- androidx.navigation:navigation-common:2.9.4 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
-| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | | +--- androidx.navigation:navigation-common:2.9.4 (c)
-| | | | | | +--- androidx.navigation:navigation-compose:2.9.4 (c)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | | +--- androidx.savedstate:savedstate:1.3.0 -> 1.3.3 (*)
-| | | | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.3.3 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | | +--- androidx.navigation:navigation-common:2.9.4 (c)
-| | | | | +--- androidx.navigation:navigation-runtime:2.9.4 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.9.5
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.compose.runtime:runtime:1.9.0 -> 1.10.0 (*)
-| | | | | +--- org.jetbrains.compose.ui:ui:1.8.2 -> 1.10.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-common:2.9.1
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | +--- androidx.navigation:navigation-common:2.9.4 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.5 -> 1.3.6 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-runtime:2.9.1
-| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
-| | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | +--- androidx.navigation:navigation-runtime:2.9.4 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.9.6 (*)
-| | | | | +--- org.jetbrains.androidx.navigation:navigation-common:2.9.1 (*)
-| | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.5 -> 1.3.6 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.5 -> 1.3.6 (*)
-| | | | +--- org.jetbrains.androidx.savedstate:savedstate-compose:1.3.5 -> 1.3.6 (*)
-| | | | +--- org.jetbrains.compose.animation:animation:1.8.2 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.animation:animation-core:1.8.2 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.8.2 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1
-| | | | \--- io.insert-koin:koin-annotations-jvm:2.3.1
-| | | | +--- io.insert-koin:koin-core-annotations:4.1.0
-| | | | | \--- io.insert-koin:koin-core-annotations-jvm:4.1.0
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1
-| | | | \--- io.insert-koin:koin-compose-android:4.1.1
-| | | | +--- io.insert-koin:koin-android:4.1.1
-| | | | | +--- io.insert-koin:koin-core:4.1.1
-| | | | | | \--- io.insert-koin:koin-core-jvm:4.1.1
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | | | | +--- co.touchlab:stately-concurrency:2.1.0
-| | | | | | | \--- co.touchlab:stately-concurrency-jvm:2.1.0
-| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.10 (*)
-| | | | | | | \--- co.touchlab:stately-strict:2.1.0
-| | | | | | | \--- co.touchlab:stately-strict-jvm:2.1.0
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.10 (*)
-| | | | | | \--- co.touchlab:stately-concurrent-collections:2.1.0
-| | | | | | \--- co.touchlab:stately-concurrent-collections-jvm:2.1.0
-| | | | | | +--- co.touchlab:stately-concurrency:2.1.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.10 (*)
-| | | | | +--- io.insert-koin:koin-core-viewmodel:4.1.1
-| | | | | | \--- io.insert-koin:koin-core-viewmodel-android:4.1.1
-| | | | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.3 -> 2.9.6 (*)
-| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.3 -> 2.9.6 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | | | +--- androidx.appcompat:appcompat:1.7.1
-| | | | | | +--- androidx.activity:activity:1.8.0 -> 1.12.3 (*)
-| | | | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*)
-| | | | | | +--- androidx.appcompat:appcompat-resources:1.7.1 (*)
-| | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | +--- androidx.core:core:1.13.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.core:core-ktx:1.13.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.cursoradapter:cursoradapter:1.0.0
-| | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0
-| | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
-| | | | | | | +--- androidx.core:core:1.0.0 -> 1.17.0 (*)
-| | | | | | | \--- androidx.customview:customview:1.0.0 (*)
-| | | | | | +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0 (*)
-| | | | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0
-| | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
-| | | | | | | +--- androidx.core:core:1.3.0 -> 1.17.0 (*)
-| | | | | | | +--- androidx.emoji2:emoji2:1.4.0 (*)
-| | | | | | | \--- androidx.emoji2:emoji2:1.4.0 (c)
-| | | | | | +--- androidx.fragment:fragment:1.5.4 -> 1.8.9 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4 (*)
-| | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
-| | | | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1
-| | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
-| | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | | \--- androidx.appcompat:appcompat-resources:1.7.1 (c)
-| | | | | +--- androidx.activity:activity-ktx:1.10.1 -> 1.12.3 (*)
-| | | | | +--- androidx.fragment:fragment-ktx:1.8.9
-| | | | | | +--- androidx.activity:activity-ktx:1.8.1 -> 1.12.3 (*)
-| | | | | | +--- androidx.collection:collection-ktx:1.1.0 -> 1.5.0 (*)
-| | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.17.0 (*)
-| | | | | | +--- androidx.fragment:fragment:1.8.9 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.9.4 (*)
-| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.9.4 (*)
-| | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.3.3 (*)
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
-| | | | | | \--- androidx.fragment:fragment:1.8.9 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3 -> 2.9.4 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.8.2 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.foundation:foundation:1.8.2 -> 1.10.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1
-| | | | \--- io.insert-koin:koin-compose-viewmodel-android:4.1.1
-| | | | +--- androidx.activity:activity-compose:1.10.1 -> 1.12.3 (*)
-| | | | +--- io.insert-koin:koin-compose:4.1.1 (*)
-| | | | +--- io.insert-koin:koin-core-viewmodel:4.1.1 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.9.3 -> 2.9.5 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8
-| | | | \--- co.touchlab:kermit-android:2.0.8
-| | | | +--- co.touchlab:kermit-core:2.0.8
-| | | | | \--- co.touchlab:kermit-core-android:2.0.8
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0
-| | | | \--- io.coil-kt.coil3:coil-network-ktor3-android:3.3.0
-| | | | +--- io.coil-kt.coil3:coil-core:3.3.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-network-core:3.3.0
-| | | | | \--- io.coil-kt.coil3:coil-network-core-android:3.3.0
-| | | | | +--- androidx.core:core-ktx:1.15.0 -> 1.17.0 (*)
-| | | | | +--- io.coil-kt.coil3:coil-core:3.3.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | | +--- io.ktor:ktor-client-core:3.1.0 -> 3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| +--- dev.gitlive:firebase-common:2.4.0 (*)
-| +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| +--- io.insert-koin:koin-core:4.1.1 (*)
-| +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| +--- co.touchlab:kermit:2.0.8 (*)
-| +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| +--- junit:junit:4.13.2
+| | \--- org.hamcrest:hamcrest-core:1.3
| +--- project :modules:library-ui-shared
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
| | +--- org.jetbrains.compose.material:material-icons-extended:1.7.3
| | | +--- androidx.compose.material:material-icons-extended:1.7.6
| | | | \--- androidx.compose.material:material-icons-extended-android:1.7.6
-| | | | \--- androidx.compose.material:material-icons-core:1.7.6
-| | | | \--- androidx.compose.material:material-icons-core-android:1.7.6
-| | | | +--- androidx.compose.ui:ui:1.6.0 -> 1.10.2 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
+| | | | +--- androidx.compose.material:material-icons-core:1.7.6
+| | | | | \--- androidx.compose.material:material-icons-core-android:1.7.6
+| | | | | +--- androidx.compose.ui:ui:1.6.0 -> 1.10.5
+| | | | | | \--- androidx.compose.ui:ui-android:1.10.5
+| | | | | | +--- androidx.activity:activity-ktx:1.7.0 -> 1.13.0
+| | | | | | | +--- androidx.activity:activity:1.13.0
+| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.core:core-ktx:1.18.0 (*)
+| | | | | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.10.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.10.0
+| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.10.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.18.0 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0
+| | | | | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*)
+| | | | | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | | +--- org.jspecify:jspecify:1.0.0
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | | | | | | +--- androidx.savedstate:savedstate:1.4.0
+| | | | | | | | | | \--- androidx.savedstate:savedstate-android:1.4.0
+| | | | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | | | +--- androidx.core:core-ktx:1.13.1 -> 1.18.0 (*)
+| | | | | | | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.2 -> 2.10.0 (*)
+| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | | | | | | +--- androidx.savedstate:savedstate-compose:1.4.0 (c)
+| | | | | | | | | | +--- androidx.savedstate:savedstate-ktx:1.4.0 (c)
+| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | | | | | \--- org.jetbrains.androidx.savedstate:savedstate:1.3.2 -> 1.3.6 (c)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.5 -> 2.10.0 (c)
+| | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | | +--- androidx.navigationevent:navigationevent:1.0.0
+| | | | | | | | | \--- androidx.navigationevent:navigationevent-android:1.0.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | | +--- androidx.compose.runtime:runtime-annotation:1.9.0 -> 1.10.5
+| | | | | | | | | | \--- androidx.compose.runtime:runtime-annotation-android:1.10.5
+| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (c)
+| | | | | | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (c)
+| | | | | | | | | | \--- androidx.compose.runtime:runtime-saveable:1.10.5 (c)
+| | | | | | | | | +--- androidx.core:core-viewtree:1.0.0 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | +--- androidx.navigationevent:navigationevent-compose:1.0.0 (c)
+| | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
+| | | | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | | | | | | | +--- androidx.tracing:tracing:1.0.0 -> 1.2.0 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | | +--- androidx.activity:activity-compose:1.13.0 (c)
+| | | | | | | | \--- androidx.activity:activity-ktx:1.13.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.10.0
+| | | | | | | | \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.10.0
+| | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.10.0
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0
+| | | | | | | | +--- androidx.savedstate:savedstate:1.4.0 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | | +--- androidx.savedstate:savedstate:1.4.0 (c)
+| | | | | | | | +--- androidx.savedstate:savedstate-compose:1.4.0 (c)
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | | | | +--- androidx.activity:activity:1.13.0 (c)
+| | | | | | | \--- androidx.activity:activity-compose:1.13.0 (c)
+| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | +--- androidx.autofill:autofill:1.0.0
+| | | | | | | \--- androidx.core:core:1.1.0 -> 1.18.0 (*)
+| | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | +--- androidx.compose.runtime:runtime:1.10.5
+| | | | | | | \--- androidx.compose.runtime:runtime-android:1.10.5
+| | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime-annotation:1.10.5 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime-annotation:1.10.5 (c)
+| | | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (c)
+| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (c)
+| | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.0 -> 1.10.3 (c)
+| | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.5
+| | | | | | | \--- androidx.compose.runtime:runtime-retain-android:1.10.5
+| | | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (c)
+| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (c)
+| | | | | | | \--- androidx.compose.runtime:runtime-annotation:1.10.5 (c)
+| | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5
+| | | | | | | \--- androidx.compose.runtime:runtime-saveable-android:1.10.5
+| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 -> 2.10.0
+| | | | | | | | \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.10.0
+| | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.5 -> 2.10.0 (c)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.2 -> 1.4.0
+| | | | | | | | \--- androidx.savedstate:savedstate-compose-android:1.4.0
+| | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | | | | | +--- androidx.core:core-ktx:1.13.1 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.savedstate:savedstate:1.4.0 (*)
+| | | | | | | | +--- androidx.savedstate:savedstate:1.4.0 (c)
+| | | | | | | | \--- androidx.savedstate:savedstate-ktx:1.4.0 (c)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (c)
+| | | | | | | +--- androidx.compose.runtime:runtime-annotation:1.10.5 (c)
+| | | | | | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (c)
+| | | | | | | \--- org.jetbrains.compose.runtime:runtime-saveable:1.9.2 -> 1.10.3 (c)
+| | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5
+| | | | | | | \--- androidx.compose.ui:ui-geometry-android:1.10.5
+| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui-util:1.10.5
+| | | | | | | | \--- androidx.compose.ui:ui-util-android:1.10.5
+| | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | | +--- androidx.collection:collection:1.4.3 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | | | | \--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5
+| | | | | | | \--- androidx.compose.ui:ui-graphics-android:1.10.5
+| | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
+| | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5
+| | | | | | | | \--- androidx.compose.ui:ui-unit-android:1.10.5
+| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.collection:collection-ktx:1.4.2 -> 1.5.0
+| | | | | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | | | | \--- androidx.collection:collection:1.5.0 (c)
+| | | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (*)
+| | | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | | +--- androidx.core:core:1.12.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.graphics:graphics-path:1.0.1
+| | | | | | | | +--- androidx.core:core:1.12.0 -> 1.18.0 (*)
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | | | +--- androidx.compose.ui:ui-text:1.10.5
+| | | | | | | \--- androidx.compose.ui:ui-text-android:1.10.5
+| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | | +--- androidx.core:core:1.7.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.emoji2:emoji2:1.4.0
+| | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core:1.3.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.10.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | | | | | +--- androidx.startup:startup-runtime:1.1.1 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | +--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*)
+| | | | | | | | \--- androidx.emoji2:emoji2-views-helper:1.4.0 (c)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | +--- androidx.core:core:1.16.0 -> 1.18.0 (*)
+| | | | | | +--- androidx.customview:customview-poolingcontainer:1.0.0
+| | | | | | | +--- androidx.core:core-ktx:1.5.0 -> 1.18.0 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.3.20 (*)
+| | | | | | +--- androidx.emoji2:emoji2:1.2.0 -> 1.4.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.8.7 -> 2.10.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.2 -> 2.10.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2 -> 2.10.0 (*)
+| | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
+| | | | | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.4.0 (*)
+| | | | | | +--- androidx.savedstate:savedstate-ktx:1.3.1 -> 1.4.0 (*)
+| | | | | | +--- androidx.transition:transition:1.6.0
+| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | +--- androidx.core:core:1.16.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.dynamicanimation:dynamicanimation:1.0.0
+| | | | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | | | | \--- androidx.legacy:legacy-support-core-utils:1.0.0
+| | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.documentfile:documentfile:1.0.0
+| | | | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.loader:loader:1.0.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.10.0
+| | | | | | | | | | +--- androidx.arch.core:core-common:2.2.0 (*)
+| | | | | | | | | | +--- androidx.arch.core:core-runtime:2.2.0 (*)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (*)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (*)
+| | | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | | | | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | | | | +--- org.jspecify:jspecify:1.0.0
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | | | | | \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.10.0 (*)
+| | | | | | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
+| | | | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | \--- androidx.print:print:1.0.0
+| | | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | \--- org.jspecify:jspecify:1.0.0
+| | | | | | +--- androidx.window:window:1.5.0
+| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | +--- androidx.core:core:1.8.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.window:window-core:1.5.0
+| | | | | | | | \--- androidx.window:window-core-android:1.5.0
+| | | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | | +--- androidx.window:window:1.5.0 (c)
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 -> 1.10.2 (*)
+| | | | | | | +--- org.jspecify:jspecify:1.0.0
+| | | | | | | +--- androidx.window:window-core:1.5.0 (c)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.10.2 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | +--- org.jspecify:jspecify:1.0.0
+| | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+| | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | | | \--- androidx.compose.foundation:foundation:1.7.0 -> 1.10.5 (c)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.20
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.20 (*)
| | | +--- org.jetbrains.compose.material:material-icons-core:1.7.3
| | | | +--- androidx.compose.material:material-icons-core:1.7.6 (*)
-| | | | +--- org.jetbrains.compose.ui:ui:1.7.3 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 -> 1.10.0 (*)
-| | | | \--- org.jetbrains.compose.ui:ui-unit:1.7.3 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui:1.7.3 -> 1.10.0 (*)
-| | | \--- org.jetbrains.compose.ui:ui-graphics:1.7.3 -> 1.10.0 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0
-| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.10.0
-| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (*)
-| | +--- project :modules:library-navigation-api (*)
-| | +--- org.jetbrains.compose.components:components-resources:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0
-| | | +--- androidx.compose.material:material:1.10.0
-| | | | \--- androidx.compose.material:material-android:1.10.0
+| | | | +--- org.jetbrains.compose.ui:ui:1.7.3 -> 1.10.3
+| | | | | +--- androidx.compose.runtime:runtime-retain:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 -> 2.10.0
+| | | | | | \--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6 -> 2.10.0
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | | \--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 -> 2.10.0
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.10.0 (*)
+| | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.3
+| | | | | | \--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | | | \--- org.jetbrains.androidx.savedstate:savedstate:1.3.6
+| | | | | | \--- androidx.savedstate:savedstate:1.3.3 -> 1.4.0 (*)
+| | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3
+| | | | | | \--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3
+| | | | | | \--- androidx.collection:collection:1.5.0 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.10.3
+| | | | | | +--- androidx.compose.runtime:runtime-saveable:1.10.5 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.savedstate:savedstate-compose:1.3.6
+| | | | | | | +--- androidx.savedstate:savedstate-compose:1.3.3 -> 1.4.0 (*)
+| | | | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
+| | | | | | | \--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.3 (*)
+| | | | | | \--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3
+| | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3
+| | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.10.3
+| | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.3
+| | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3 (*)
+| | | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-text:1.10.3
+| | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (*)
+| | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-graphics:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-graphics:1.7.3 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-unit:1.7.3 -> 1.10.3 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.24 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.ui:ui:1.7.3 -> 1.10.3 (*)
+| | | \--- org.jetbrains.compose.ui:ui-graphics:1.7.3 -> 1.10.3 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0
+| | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0
+| | | | \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.10.0
+| | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui:1.9.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.compose.components:components-resources:1.10.3
+| | | \--- org.jetbrains.compose.components:components-resources-android:1.10.3
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.10.3
+| | | | +--- androidx.compose.foundation:foundation:1.10.5
+| | | | | \--- androidx.compose.foundation:foundation-android:1.10.5
+| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | +--- androidx.compose.animation:animation:1.10.5
+| | | | | | \--- androidx.compose.animation:animation-android:1.10.5
+| | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | +--- androidx.compose.animation:animation-core:1.10.5
+| | | | | | | \--- androidx.compose.animation:animation-core-android:1.10.5
+| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | | \--- androidx.compose.animation:animation:1.10.5 (c)
+| | | | | | +--- androidx.compose.foundation:foundation-layout:1.10.5
+| | | | | | | \--- androidx.compose.foundation:foundation-layout-android:1.10.5
+| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | | +--- androidx.compose.animation:animation-core:1.2.1 -> 1.10.5 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (*)
+| | | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | | +--- androidx.core:core:1.16.0 -> 1.18.0 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | \--- androidx.compose.foundation:foundation:1.10.5 (c)
+| | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | \--- androidx.compose.animation:animation-core:1.10.5 (c)
+| | | | | +--- androidx.compose.foundation:foundation-layout:1.10.5 (*)
+| | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui-text:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui-util:1.10.5 (*)
+| | | | | +--- androidx.core:core:1.13.1 -> 1.18.0 (*)
+| | | | | +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | \--- androidx.compose.foundation:foundation-layout:1.10.5 (c)
+| | | | +--- org.jetbrains.compose.animation:animation:1.10.3
+| | | | | +--- androidx.compose.animation:animation:1.10.5 (*)
+| | | | | +--- org.jetbrains.compose.animation:animation-core:1.10.3
+| | | | | | +--- androidx.compose.animation:animation-core:1.10.5 (*)
+| | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-unit:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
+| | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.3
+| | | | | | +--- androidx.compose.foundation:foundation-layout:1.10.5 (*)
+| | | | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-geometry:1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-text:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3
+| | | +--- androidx.compose.material:material:1.10.5
+| | | | \--- androidx.compose.material:material-android:1.10.5
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | | | +--- androidx.compose.animation:animation:1.8.2 -> 1.10.2 (*)
-| | | | +--- androidx.compose.animation:animation-core:1.8.2 -> 1.10.2 (*)
-| | | | +--- androidx.compose.foundation:foundation:1.8.2 -> 1.10.2 (*)
-| | | | +--- androidx.compose.foundation:foundation-layout:1.8.2 -> 1.10.2 (*)
-| | | | +--- androidx.compose.material:material-ripple:1.8.2 -> 1.10.0
-| | | | | \--- androidx.compose.material:material-ripple-android:1.10.0
+| | | | +--- androidx.compose.animation:animation:1.8.2 -> 1.10.5 (*)
+| | | | +--- androidx.compose.animation:animation-core:1.8.2 -> 1.10.5 (*)
+| | | | +--- androidx.compose.foundation:foundation:1.8.2 -> 1.10.5 (*)
+| | | | +--- androidx.compose.foundation:foundation-layout:1.8.2 -> 1.10.5 (*)
+| | | | +--- androidx.compose.material:material-ripple:1.8.2 -> 1.10.5
+| | | | | \--- androidx.compose.material:material-ripple-android:1.10.5
| | | | | +--- androidx.collection:collection:1.5.0 (*)
-| | | | | +--- androidx.compose.animation:animation:1.7.1 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.foundation:foundation:1.7.1 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.runtime:runtime:1.10.0 -> 1.10.2 (*)
-| | | | | +--- androidx.compose.ui:ui-util:1.7.1 -> 1.10.2 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.10.0 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui:1.8.2 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-text:1.8.2 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-util:1.8.2 -> 1.10.2 (*)
-| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.9.4 (*)
-| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.9.4 (*)
-| | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.3.3 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | | +--- org.jetbrains.compose.animation:animation:1.10.0 (*)
-| | | +--- org.jetbrains.compose.animation:animation-core:1.10.0 (*)
-| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.0 (*)
-| | | +--- org.jetbrains.compose.material:material-ripple:1.10.0
-| | | | +--- androidx.compose.material:material-ripple:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.animation:animation:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-text:1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-util:1.10.0 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | | +--- androidx.compose.animation:animation:1.7.1 -> 1.10.5 (*)
+| | | | | +--- androidx.compose.foundation:foundation:1.7.1 -> 1.10.5 (*)
+| | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui-util:1.7.1 -> 1.10.5 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui:1.8.2 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-text:1.8.2 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-util:1.8.2 -> 1.10.5 (*)
+| | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0 (*)
+| | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.animation:animation:1.10.3 (*)
+| | | +--- org.jetbrains.compose.animation:animation-core:1.10.3 (*)
+| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.10.3 (*)
+| | | +--- org.jetbrains.compose.material:material-ripple:1.10.3
+| | | | +--- androidx.compose.material:material-ripple:1.10.5 (*)
+| | | | +--- org.jetbrains.compose.animation:animation:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.collection-internal:collection:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-text:1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-util:1.10.3 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | +--- org.jetbrains.compose.material3:material3:1.9.0
| | | +--- androidx.compose.material3:material3:1.4.0
| | | | \--- androidx.compose.material3:material3-android:1.4.0
-| | | | +--- androidx.activity:activity-compose:1.8.2 -> 1.12.3 (*)
+| | | | +--- androidx.activity:activity-compose:1.8.2 -> 1.13.0
+| | | | | +--- androidx.activity:activity:1.13.0 (*)
+| | | | | +--- androidx.compose.runtime:runtime:1.7.0 -> 1.10.5 (*)
+| | | | | +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.10.5 (*)
+| | | | | +--- androidx.compose.ui:ui:1.0.1 -> 1.10.5 (*)
+| | | | | +--- androidx.core:core-ktx:1.18.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 -> 2.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 -> 2.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 -> 2.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 -> 2.10.0 (*)
+| | | | | +--- androidx.navigationevent:navigationevent-compose:1.0.0
+| | | | | | \--- androidx.navigationevent:navigationevent-compose-android:1.0.0
+| | | | | | +--- androidx.compose.runtime:runtime:1.9.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui:1.9.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.navigationevent:navigationevent:1.0.0 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | +--- androidx.navigationevent:navigationevent:1.0.0 (c)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | +--- androidx.activity:activity:1.13.0 (c)
+| | | | | \--- androidx.activity:activity-ktx:1.13.0 (c)
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
| | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
| | | | +--- androidx.collection:collection:1.4.5 -> 1.5.0 (*)
-| | | | +--- androidx.compose.animation:animation-core:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.compose.foundation:foundation:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.compose.foundation:foundation-layout:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.compose.material:material-ripple:1.8.1 -> 1.10.0 (*)
-| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui:1.8.2 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-text:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.compose.ui:ui-util:1.8.1 -> 1.10.2 (*)
-| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.9.4
+| | | | +--- androidx.compose.animation:animation-core:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.foundation:foundation:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.foundation:foundation-layout:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.material:material-ripple:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.runtime:runtime:1.9.0 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui:1.8.2 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-text:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.compose.ui:ui-util:1.8.1 -> 1.10.5 (*)
+| | | | +--- androidx.lifecycle:lifecycle-common-java8:2.6.1 -> 2.10.0
| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (*)
-| | | | | +--- androidx.lifecycle:lifecycle-common:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.4 (c)
-| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.9.4 (c)
-| | | | | \--- androidx.lifecycle:lifecycle-process:2.9.4 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (c)
-| | | +--- org.jetbrains.compose.animation:animation-core:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.collection-internal:collection:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.material:material-ripple:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (*)
+| | | | | +--- androidx.lifecycle:lifecycle-common:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (c)
+| | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.10.0 (c)
+| | | | | \--- androidx.lifecycle:lifecycle-process:2.10.0 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | +--- org.jetbrains.compose.animation:animation-core:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.annotation-internal:annotation:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.collection-internal:collection:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation-layout:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.material:material-ripple:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.3 (*)
| | | +--- org.jetbrains.compose.ui:ui-backhandler:1.9.1
| | | | \--- org.jetbrains.compose.ui:ui-backhandler-android:1.9.1
-| | | | +--- androidx.activity:activity-compose:1.8.0 -> 1.12.3 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.5 -> 2.9.6 (*)
-| | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.compose.ui:ui-util:1.9.1 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
+| | | | +--- androidx.activity:activity-compose:1.8.0 -> 1.13.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.5 -> 2.10.0 (*)
+| | | | +--- org.jetbrains.compose.annotation-internal:annotation:1.9.1 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.compose.runtime:runtime:1.9.1 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.compose.ui:ui-util:1.9.1 -> 1.10.3 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 -> 1.10.2 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.10 (c)
-| | | +--- org.jetbrains.compose.ui:ui-graphics:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-text:1.9.1 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-util:1.9.1 -> 1.10.0 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.ui:ui-graphics:1.10.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.20 (c)
+| | | +--- org.jetbrains.compose.ui:ui-graphics:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-text:1.9.1 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-util:1.9.1 -> 1.10.3 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.ui:ui-graphics:1.10.3 (*)
| | +--- com.eygraber:compose-placeholder:1.0.12
| | | \--- com.eygraber:compose-placeholder-android:1.0.12
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.10 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.9.0-rc02 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.ui:ui-util:1.9.0-rc02 -> 1.10.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.9.0-rc02 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.ui:ui-util:1.9.0-rc02 -> 1.10.3 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | +--- project :modules:library-feature
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
+| | | +--- project :modules:library-navigation-api
+| | | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | | +--- junit:junit:4.13.2 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0
+| | | | | \--- com.kizitonwose.calendar:compose-multiplatform-android:2.10.0
+| | | | | +--- org.jetbrains.compose.ui:ui-tooling-preview:1.10.0
+| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.10.0 -> 1.10.5
+| | | | | | | \--- androidx.compose.ui:ui-tooling-preview-android:1.10.5
+| | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | | +--- androidx.compose.ui:ui:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+| | | | | | | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+| | | | | | | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+| | | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 -> 1.10.3 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.7.1
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.7.1
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.ui:ui:1.10.0 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.components:components-resources:1.10.0 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.components:components-ui-tooling-preview:1.10.0
+| | | | | | \--- org.jetbrains.compose.components:components-ui-tooling-preview-android:1.10.0
+| | | | | | +--- androidx.compose.ui:ui-tooling-preview:1.6.1 -> 1.10.5 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-compose:3.4.0
+| | | | | \--- io.coil-kt.coil3:coil-compose-android:3.4.0
+| | | | | +--- io.coil-kt.coil3:coil:3.4.0
+| | | | | | \--- io.coil-kt.coil3:coil-android:3.4.0
+| | | | | | +--- io.coil-kt.coil3:coil-core:3.4.0
+| | | | | | | \--- io.coil-kt.coil3:coil-core-android:3.4.0
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.4 -> 2.10.0 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | +--- com.squareup.okio:okio:3.16.4
+| | | | | | | | \--- com.squareup.okio:okio-jvm:3.16.4
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | | +--- androidx.appcompat:appcompat-resources:1.7.1
+| | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core:1.6.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+| | | | | | | | | +--- androidx.core:core:1.1.0 -> 1.18.0 (*)
+| | | | | | | | | \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.vectordrawable:vectordrawable-animated:1.1.0
+| | | | | | | | | +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
+| | | | | | | | | +--- androidx.interpolator:interpolator:1.0.0 (*)
+| | | | | | | | | \--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | | | | \--- androidx.appcompat:appcompat:1.7.1 (c)
+| | | | | | | +--- androidx.core:core-ktx:1.16.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.exifinterface:exifinterface:1.4.2
+| | | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | | \--- org.jspecify:jspecify:1.0.0
+| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.1 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (c)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0
+| | | | | | \--- io.coil-kt.coil3:coil-compose-core-android:3.4.0
+| | | | | | +--- io.coil-kt.coil3:coil-core:3.4.0 (*)
+| | | | | | +--- org.jetbrains.compose.foundation:foundation:1.9.3 -> 1.10.3 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | | | | \--- com.google.accompanist:accompanist-drawablepainter:0.37.3
+| | | | | | +--- androidx.compose.ui:ui:1.7.0 -> 1.10.5 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.2 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- dev.gitlive:firebase-common:2.4.0
+| | | | | \--- dev.gitlive:firebase-common-android:2.4.0
+| | | | | +--- com.google.firebase:firebase-common -> 22.0.1
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0 -> 1.10.2
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 (*)
+| | | | | | | +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.4.0
+| | | | | | | | \--- com.google.android.gms:play-services-basement:18.8.0 -> 18.9.0
+| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core:1.2.0 -> 1.18.0 (*)
+| | | | | | | | \--- androidx.fragment:fragment:1.1.0 -> 1.8.9
+| | | | | | | | +--- androidx.activity:activity:1.8.1 -> 1.13.0 (*)
+| | | | | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.annotation:annotation-experimental:1.4.0 -> 1.4.1 (*)
+| | | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.10.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0 (*)
+| | | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.10.0 (*)
+| | | | | | | | +--- androidx.loader:loader:1.0.0 (*)
+| | | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
+| | | | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | | | | | | | +--- androidx.viewpager:viewpager:1.0.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | | | | \--- androidx.customview:customview:1.0.0
+| | | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | | \--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | | \--- androidx.fragment:fragment-ktx:1.8.9 (c)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.3.20 (*)
+| | | | | | +--- com.google.firebase:firebase-components:19.0.0
+| | | | | | | +--- com.google.firebase:firebase-annotations:17.0.0
+| | | | | | | | \--- javax.inject:javax.inject:1
+| | | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
+| | | | | | | \--- com.google.errorprone:error_prone_annotations:2.26.0
+| | | | | | +--- com.google.firebase:firebase-annotations:17.0.0 (*)
+| | | | | | +--- androidx.datastore:datastore-preferences:1.1.7
+| | | | | | | \--- androidx.datastore:datastore-preferences-android:1.1.7
+| | | | | | | +--- androidx.datastore:datastore:1.1.7
+| | | | | | | | \--- androidx.datastore:datastore-android:1.1.7
+| | | | | | | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.datastore:datastore-core:1.1.7
+| | | | | | | | | \--- androidx.datastore:datastore-core-android:1.1.7
+| | | | | | | | | +--- androidx.annotation:annotation:1.7.0 -> 1.9.1 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22
+| | | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.3.20 (*)
+| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22
+| | | | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.3.20 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | | | | \--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7
+| | | | | | | | | \--- androidx.datastore:datastore-core-okio-jvm:1.1.7
+| | | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (*)
+| | | | | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | | | | \--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7
+| | | | | | | | \--- androidx.datastore:datastore-preferences-core-android:1.1.7
+| | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (*)
+| | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (*)
+| | | | | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7
+| | | | | | | | | +--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7
+| | | | | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | | | | \--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-preferences:1.1.7 (c)
+| | | | | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | | +--- androidx.datastore:datastore:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-preferences-core:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-core:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-core-okio:1.1.7 (c)
+| | | | | | | +--- androidx.datastore:datastore-preferences-proto:1.1.7 (c)
+| | | | | | | \--- androidx.datastore:datastore-preferences-external-protobuf:1.1.7 (c)
+| | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
+| | | | | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | +--- com.google.android.gms:play-services-basement:18.3.0 -> 18.9.0 (*)
+| | | | | | \--- com.google.android.gms:play-services-tasks:18.1.0 -> 18.4.0 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
+| | | | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- dev.gitlive:firebase-firestore:2.4.0
+| | | | | \--- dev.gitlive:firebase-firestore-android:2.4.0
+| | | | | +--- com.google.firebase:firebase-firestore -> 26.1.1
+| | | | | | +--- com.google.firebase:protolite-well-known-types:18.0.1
+| | | | | | | \--- com.google.protobuf:protobuf-javalite:3.25.5
+| | | | | | +--- com.google.android.gms:play-services-tasks:18.4.0 (*)
+| | | | | | +--- com.google.firebase:firebase-annotations:17.0.0 (*)
+| | | | | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0
+| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0
+| | | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core:1.9.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.fragment:fragment:1.1.0 -> 1.8.9 (*)
+| | | | | | | | +--- com.google.android.gms:play-services-basement:18.9.0 (*)
+| | | | | | | | \--- com.google.android.gms:play-services-tasks:18.4.0 (*)
+| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
+| | | | | | +--- com.google.firebase:firebase-auth-interop:19.0.2 -> 20.0.0
+| | | | | | | +--- com.google.android.gms:play-services-basement:17.0.0 -> 18.9.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-tasks:17.0.0 -> 18.4.0 (*)
+| | | | | | | +--- com.google.firebase:firebase-annotations:16.0.0 -> 17.0.0 (*)
+| | | | | | | \--- com.google.firebase:firebase-common:20.0.0 -> 22.0.1 (*)
+| | | | | | +--- com.google.firebase:firebase-common:22.0.1 (*)
+| | | | | | +--- com.google.firebase:firebase-components:19.0.0 (*)
+| | | | | | +--- com.google.firebase:firebase-database-collection:18.0.1
+| | | | | | | \--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
+| | | | | | +--- com.google.android.gms:play-services-base:18.9.0 (*)
+| | | | | | +--- com.google.android.gms:play-services-basement:18.9.0 (*)
+| | | | | | +--- io.grpc:grpc-android:1.62.2
+| | | | | | | +--- io.grpc:grpc-api:1.62.2
+| | | | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
+| | | | | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
+| | | | | | | | \--- com.google.guava:guava:32.1.3-android
+| | | | | | | | +--- com.google.guava:failureaccess:1.0.1
+| | | | | | | | +--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
+| | | | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
+| | | | | | | | +--- org.checkerframework:checker-qual:3.37.0
+| | | | | | | | \--- com.google.errorprone:error_prone_annotations:2.21.1 -> 2.26.0
+| | | | | | | +--- io.grpc:grpc-core:1.62.2
+| | | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | | | | +--- com.google.code.gson:gson:2.10.1
+| | | | | | | | +--- com.google.android:annotations:4.1.1.4
+| | | | | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
+| | | | | | | | +--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
+| | | | | | | | +--- com.google.guava:guava:32.1.3-android (*)
+| | | | | | | | +--- io.perfmark:perfmark-api:0.26.0
+| | | | | | | | \--- io.grpc:grpc-context:1.62.2
+| | | | | | | | \--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | | | \--- com.google.guava:guava:32.1.3-android (*)
+| | | | | | +--- io.grpc:grpc-okhttp:1.62.2
+| | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | | | +--- io.grpc:grpc-util:1.62.2
+| | | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | | | | +--- io.grpc:grpc-core:1.62.2 (*)
+| | | | | | | | +--- org.codehaus.mojo:animal-sniffer-annotations:1.23
+| | | | | | | | \--- com.google.guava:guava:32.1.3-android (*)
+| | | | | | | +--- io.grpc:grpc-core:1.62.2 (*)
+| | | | | | | +--- com.squareup.okio:okio:3.4.0 -> 3.16.4 (*)
+| | | | | | | +--- com.google.guava:guava:32.1.3-android (*)
+| | | | | | | \--- io.perfmark:perfmark-api:0.26.0
+| | | | | | +--- io.grpc:grpc-protobuf-lite:1.62.2
+| | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | | | +--- com.google.protobuf:protobuf-javalite:3.25.1 -> 3.25.5
+| | | | | | | +--- com.google.code.findbugs:jsr305:3.0.2
+| | | | | | | \--- com.google.guava:guava:32.1.3-android (*)
+| | | | | | +--- io.grpc:grpc-stub:1.62.2
+| | | | | | | +--- io.grpc:grpc-api:1.62.2 (*)
+| | | | | | | +--- com.google.guava:guava:32.1.3-android (*)
+| | | | | | | \--- com.google.errorprone:error_prone_annotations:2.23.0 -> 2.26.0
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | | | \--- com.google.re2j:re2j:1.6
+| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
+| | | | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | | | | +--- dev.gitlive:firebase-app:2.4.0
+| | | | | | \--- dev.gitlive:firebase-app-android:2.4.0
+| | | | | | +--- com.google.firebase:firebase-common -> 22.0.1 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
+| | | | | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | | | +--- dev.gitlive:firebase-common-internal:2.4.0
+| | | | | | \--- dev.gitlive:firebase-common-internal-android:2.4.0
+| | | | | | +--- com.google.firebase:firebase-common -> 22.0.1 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
+| | | | | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
+| | | | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2
+| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | +--- androidx.navigation:navigation-compose:2.9.7
+| | | | | | \--- androidx.navigation:navigation-compose-android:2.9.7
+| | | | | | +--- androidx.activity:activity:1.8.0 -> 1.13.0 (*)
+| | | | | | +--- androidx.activity:activity-compose:1.8.0 -> 1.13.0 (*)
+| | | | | | +--- androidx.annotation:annotation:1.8.0 -> 1.9.1 (*)
+| | | | | | +--- androidx.collection:collection:1.4.5 -> 1.5.0 (*)
+| | | | | | +--- androidx.compose.animation:animation:1.7.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.compose.animation:animation-core:1.7.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.compose.foundation:foundation-layout:1.7.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.compose.runtime:runtime:1.7.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.compose.runtime:runtime-saveable:1.7.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.compose.ui:ui:1.7.2 -> 1.10.5 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.0 -> 2.10.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.0 -> 2.10.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.0 -> 2.10.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2 -> 2.10.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.0 -> 2.10.0 (*)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0 -> 2.10.0 (*)
+| | | | | | +--- androidx.navigation:navigation-common:2.9.7
+| | | | | | | \--- androidx.navigation:navigation-common-android:2.9.7
+| | | | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | +--- androidx.core:core-ktx:1.1.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.9.0 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.9.0 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.9.0 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.0 -> 2.10.0 (*)
+| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.4.0 -> 1.4.1 (*)
+| | | | | | | +--- androidx.savedstate:savedstate:1.3.0 -> 1.4.0 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | | | +--- androidx.navigation:navigation-compose:2.9.7 (c)
+| | | | | | | +--- androidx.navigation:navigation-runtime:2.9.7 (c)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | +--- androidx.navigation:navigation-runtime:2.9.7
+| | | | | | | \--- androidx.navigation:navigation-runtime-android:2.9.7
+| | | | | | | +--- androidx.activity:activity-ktx:1.7.1 -> 1.13.0 (*)
+| | | | | | | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.4.2 -> 1.5.0 (*)
+| | | | | | | +--- androidx.core:core-ktx:1.8.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-common:2.8.7 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.8.7 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.8.7 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7 -> 2.10.0 (*)
+| | | | | | | +--- androidx.navigation:navigation-common:2.9.7 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | | | +--- androidx.navigation:navigation-common:2.9.7 (c)
+| | | | | | | +--- androidx.navigation:navigation-compose:2.9.7 (c)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | | +--- androidx.savedstate:savedstate:1.3.0 -> 1.4.0 (*)
+| | | | | | +--- androidx.savedstate:savedstate-compose:1.3.0 -> 1.4.0 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.2 (*)
+| | | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | | +--- androidx.navigation:navigation-common:2.9.7 (c)
+| | | | | | +--- androidx.navigation:navigation-runtime:2.9.7 (c)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (c)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.9.6 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.navigation:navigation-common:2.9.2
+| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | +--- androidx.navigation:navigation-common:2.9.7 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.navigation:navigation-runtime:2.9.2
+| | | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | | +--- androidx.collection:collection:1.5.0 (*)
+| | | | | | +--- androidx.navigation:navigation-runtime:2.9.7 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0 (*)
+| | | | | | +--- org.jetbrains.androidx.navigation:navigation-common:2.9.2 (*)
+| | | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | | +--- org.jetbrains.androidx.savedstate:savedstate:1.3.6 (*)
+| | | | | +--- org.jetbrains.androidx.savedstate:savedstate-compose:1.3.6 (*)
+| | | | | +--- org.jetbrains.compose.animation:animation:1.8.2 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.animation:animation-core:1.8.2 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.foundation:foundation-layout:1.8.2 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime:1.9.3 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime-saveable:1.9.3 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.10.0 (*)
+| | | | +--- io.insert-koin:koin-annotations:4.2.0
+| | | | | \--- io.insert-koin:koin-annotations-jvm:4.2.0
+| | | | | +--- io.insert-koin:koin-core-annotations:4.2.0
+| | | | | | \--- io.insert-koin:koin-core-annotations-jvm:4.2.0
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | +--- io.insert-koin:koin-compose:koin -> 4.2.0
+| | | | | \--- io.insert-koin:koin-compose-android:4.2.0
+| | | | | +--- androidx.activity:activity-compose:1.12.4 -> 1.13.0 (*)
+| | | | | +--- io.insert-koin:koin-android:4.2.0
+| | | | | | +--- io.insert-koin:koin-core:4.2.0
+| | | | | | | \--- io.insert-koin:koin-core-jvm:4.2.0
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | | | | +--- co.touchlab:stately-concurrency:2.1.0
+| | | | | | | | \--- co.touchlab:stately-concurrency-jvm:2.1.0
+| | | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.20 (*)
+| | | | | | | | \--- co.touchlab:stately-strict:2.1.0
+| | | | | | | | \--- co.touchlab:stately-strict-jvm:2.1.0
+| | | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.20 (*)
+| | | | | | | \--- co.touchlab:stately-concurrent-collections:2.1.0
+| | | | | | | \--- co.touchlab:stately-concurrent-collections-jvm:2.1.0
+| | | | | | | +--- co.touchlab:stately-concurrency:2.1.0 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.20 (*)
+| | | | | | +--- io.insert-koin:koin-core-viewmodel:4.2.0
+| | | | | | | \--- io.insert-koin:koin-core-viewmodel-android:4.2.0
+| | | | | | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 -> 2.10.0 (*)
+| | | | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.6 -> 2.10.0 (*)
+| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | | | +--- androidx.appcompat:appcompat:1.7.1
+| | | | | | | +--- androidx.activity:activity:1.8.0 -> 1.13.0 (*)
+| | | | | | | +--- androidx.annotation:annotation:1.3.0 -> 1.9.1 (*)
+| | | | | | | +--- androidx.appcompat:appcompat-resources:1.7.1 (*)
+| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
+| | | | | | | +--- androidx.core:core:1.13.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.core:core-ktx:1.13.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.cursoradapter:cursoradapter:1.0.0
+| | | | | | | | \--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | +--- androidx.drawerlayout:drawerlayout:1.0.0
+| | | | | | | | +--- androidx.annotation:annotation:1.0.0 -> 1.9.1 (*)
+| | | | | | | | +--- androidx.core:core:1.0.0 -> 1.18.0 (*)
+| | | | | | | | \--- androidx.customview:customview:1.0.0 (*)
+| | | | | | | +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0 (*)
+| | | | | | | +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.4.0
+| | | | | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
+| | | | | | | | +--- androidx.core:core:1.3.0 -> 1.18.0 (*)
+| | | | | | | | +--- androidx.emoji2:emoji2:1.4.0 (*)
+| | | | | | | | \--- androidx.emoji2:emoji2:1.4.0 (c)
+| | | | | | | +--- androidx.fragment:fragment:1.5.4 -> 1.8.9 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0 (*)
+| | | | | | | +--- androidx.profileinstaller:profileinstaller:1.3.1 -> 1.4.1 (*)
+| | | | | | | +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1
+| | | | | | | | \--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
+| | | | | | | +--- androidx.savedstate:savedstate:1.2.1 -> 1.4.0 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | \--- androidx.appcompat:appcompat-resources:1.7.1 (c)
+| | | | | | +--- androidx.activity:activity-ktx:1.12.4 -> 1.13.0 (*)
+| | | | | | +--- androidx.fragment:fragment-ktx:1.8.9
+| | | | | | | +--- androidx.activity:activity-ktx:1.8.1 -> 1.13.0 (*)
+| | | | | | | +--- androidx.collection:collection-ktx:1.1.0 -> 1.5.0 (*)
+| | | | | | | +--- androidx.core:core-ktx:1.2.0 -> 1.18.0 (*)
+| | | | | | | +--- androidx.fragment:fragment:1.8.9 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.10.0 (*)
+| | | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.10.0 (*)
+| | | | | | | +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0 (*)
+| | | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
+| | | | | | | \--- androidx.fragment:fragment:1.8.9 (c)
+| | | | | | +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0 (*)
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | | | +--- org.jetbrains.compose.runtime:runtime:1.10.2 -> 1.10.3 (*)
+| | | | | +--- org.jetbrains.compose.foundation:foundation:1.10.2 -> 1.10.3 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0
+| | | | | \--- io.insert-koin:koin-compose-viewmodel-android:4.2.0
+| | | | | +--- androidx.activity:activity-compose:1.12.4 -> 1.13.0 (*)
+| | | | | +--- io.insert-koin:koin-compose:4.2.0 (*)
+| | | | | +--- io.insert-koin:koin-core-viewmodel:4.2.0 (*)
+| | | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.9.6 -> 2.10.0 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | | +--- co.touchlab:kermit:2.1.0
+| | | | | \--- co.touchlab:kermit-android:2.1.0
+| | | | | +--- co.touchlab:kermit-core:2.1.0
+| | | | | | \--- co.touchlab:kermit-core-android:2.1.0
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.20 (*)
+| | | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | | \--- io.coil-kt.coil3:coil-network-ktor3:3.4.0
+| | | | \--- io.coil-kt.coil3:coil-network-ktor3-android:3.4.0
+| | | | +--- io.coil-kt.coil3:coil-core:3.4.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-network-core:3.4.0
+| | | | | \--- io.coil-kt.coil3:coil-network-core-android:3.4.0
+| | | | | +--- io.coil-kt.coil3:coil-core:3.4.0 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | | | \--- androidx.core:core-ktx:1.16.0 -> 1.18.0 (*)
+| | | | +--- io.ktor:ktor-client-core:3.1.0 -> 3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | \--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.10.0
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (*)
+| | \--- project :modules:library-navigation-api (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| +--- dev.gitlive:firebase-common:2.4.0 (*)
+| +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| +--- io.insert-koin:koin-core:4.2.0 (*)
+| +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| +--- co.touchlab:kermit:2.1.0 (*)
+| +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
| +--- project :modules:feature-account
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- app.cash.sqldelight:android-driver:2.2.1
-| | | +--- androidx.sqlite:sqlite-framework:2.5.2
-| | | | \--- androidx.sqlite:sqlite-framework-android:2.5.2
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- app.cash.sqldelight:android-driver:2.3.2
+| | | +--- androidx.sqlite:sqlite-framework:2.6.2
+| | | | \--- androidx.sqlite:sqlite-framework-android:2.6.2
| | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | +--- androidx.sqlite:sqlite:2.5.2
-| | | | | \--- androidx.sqlite:sqlite-android:2.5.2
-| | | | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | +--- androidx.sqlite:sqlite-framework:2.5.2 (c)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.3.10 (c)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | +--- androidx.sqlite:sqlite:2.5.2 (c)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.3.10 (c)
-| | | +--- app.cash.sqldelight:runtime:2.2.1
-| | | | \--- app.cash.sqldelight:runtime-jvm:2.2.1
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | +--- androidx.sqlite:sqlite:2.5.2 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- app.cash.sqldelight:runtime:2.2.1 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | | +--- androidx.sqlite:sqlite:2.6.2
+| | | | | \--- androidx.sqlite:sqlite-android:2.6.2
+| | | | | +--- androidx.annotation:annotation:1.9.1 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- androidx.sqlite:sqlite-framework:2.6.2 (c)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (c)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | +--- androidx.sqlite:sqlite:2.6.2 (c)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.20 (c)
+| | | +--- app.cash.sqldelight:runtime:2.3.2
+| | | | \--- app.cash.sqldelight:runtime-jvm:2.3.2
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | | +--- androidx.sqlite:sqlite:2.6.2 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- app.cash.sqldelight:runtime:2.3.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | +--- project :modules:feature-account-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:library-navigation-api (*)
-| | | +--- project :modules:library-network-api
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | | | +--- com.apollographql.apollo:apollo-runtime:4.4.1
-| | | | | \--- com.apollographql.apollo:apollo-runtime-android:4.4.1
-| | | | | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*)
-| | | | | +--- androidx.core:core-ktx:1.12.0 -> 1.17.0 (*)
-| | | | | +--- com.squareup.okhttp3:okhttp:4.12.0
-| | | | | | +--- com.squareup.okio:okio:3.6.0 -> 3.15.0 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.0 (*)
-| | | | | +--- com.apollographql.apollo:apollo-api:4.4.1
-| | | | | | \--- com.apollographql.apollo:apollo-api-jvm:4.4.1
-| | | | | | +--- com.squareup.okio:okio:3.9.0 -> 3.15.0 (*)
-| | | | | | +--- com.benasher44:uuid:0.8.2
-| | | | | | | \--- com.benasher44:uuid-jvm:0.8.2
-| | | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.3.10 (*)
-| | | | | | \--- com.apollographql.apollo:apollo-annotations:4.4.1
-| | | | | | \--- com.apollographql.apollo:apollo-annotations-jvm:4.4.1
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.10 (*)
-| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.3.10 (c)
-| | | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.4.1
-| | | | | | \--- com.apollographql.apollo:apollo-mpp-utils-jvm:4.4.1
-| | | | | | \--- com.apollographql.apollo:apollo-annotations:4.4.1 (*)
-| | | | | +--- com.squareup.okio:okio:3.9.0 -> 3.15.0 (*)
-| | | | | +--- com.benasher44:uuid:0.8.2 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0
-| | | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.26.0
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.3.10 (*)
-| | | | +--- com.apollographql.apollo:apollo-adapters:4.4.1
-| | | | | \--- com.apollographql.apollo:apollo-adapters-jvm:4.4.1
-| | | | | +--- com.apollographql.apollo:apollo-api:4.4.1 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.5.0 -> 0.7.1 (*)
-| | | | | \--- com.apollographql.apollo:apollo-annotations:4.4.1 (*)
-| | | | +--- com.apollographql.apollo:apollo-normalized-cache:4.4.1
-| | | | | \--- com.apollographql.apollo:apollo-normalized-cache-jvm:4.4.1
-| | | | | +--- com.apollographql.apollo:apollo-runtime:4.4.1 (*)
-| | | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.4.1
-| | | | | | \--- com.apollographql.apollo:apollo-normalized-cache-api-jvm:4.4.1
-| | | | | | +--- com.apollographql.apollo:apollo-api:4.4.1 (*)
-| | | | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.4.1 (*)
-| | | | | | +--- com.benasher44:uuid:0.8.2 (*)
-| | | | | | \--- com.squareup.okio:okio:3.9.0 -> 3.15.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
-| | | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | | | +--- com.apollographql.apollo:apollo-normalized-cache-sqlite:4.4.1
-| | | | | \--- com.apollographql.apollo:apollo-normalized-cache-sqlite-android:4.4.1
-| | | | | +--- androidx.sqlite:sqlite:2.3.1 -> 2.5.2 (*)
-| | | | | +--- app.cash.sqldelight:android-driver:2.0.1 -> 2.2.1 (*)
-| | | | | +--- androidx.sqlite:sqlite-framework:2.3.1 -> 2.5.2 (*)
-| | | | | +--- androidx.startup:startup-runtime:1.1.1 (*)
-| | | | | +--- com.apollographql.apollo:apollo-api:4.4.1 (*)
-| | | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.4.1 (*)
-| | | | | \--- app.cash.sqldelight:runtime:2.0.1 -> 2.2.1 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | \--- project :modules:library-network-api
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
+| | | +--- com.apollographql.apollo:apollo-runtime:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-runtime-android:4.4.2
+| | | | +--- androidx.annotation:annotation:1.7.1 -> 1.9.1 (*)
+| | | | +--- androidx.core:core-ktx:1.12.0 -> 1.18.0 (*)
+| | | | +--- com.squareup.okhttp3:okhttp:4.12.0
+| | | | | +--- com.squareup.okio:okio:3.6.0 -> 3.16.4 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.0
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.20 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.20 (*)
+| | | | +--- com.apollographql.apollo:apollo-api:4.4.2
+| | | | | \--- com.apollographql.apollo:apollo-api-jvm:4.4.2
+| | | | | +--- com.squareup.okio:okio:3.9.0 -> 3.16.4 (*)
+| | | | | +--- com.benasher44:uuid:0.8.2
+| | | | | | \--- com.benasher44:uuid-jvm:0.8.2
+| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 2.3.20 (*)
+| | | | | \--- com.apollographql.apollo:apollo-annotations:4.4.2
+| | | | | \--- com.apollographql.apollo:apollo-annotations-jvm:4.4.2
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib-common -> 2.3.20 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.3.20 (c)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.0 -> 2.3.20 (c)
+| | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.4.2
+| | | | | \--- com.apollographql.apollo:apollo-mpp-utils-jvm:4.4.2
+| | | | | \--- com.apollographql.apollo:apollo-annotations:4.4.2 (*)
+| | | | +--- com.squareup.okio:okio:3.9.0 -> 3.16.4 (*)
+| | | | +--- com.benasher44:uuid:0.8.2 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0
+| | | | \--- org.jetbrains.kotlinx:atomicfu-jvm:0.26.0
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.0.21} -> 2.3.20 (*)
+| | | +--- com.apollographql.apollo:apollo-adapters:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-adapters-jvm:4.4.2
+| | | | +--- com.apollographql.apollo:apollo-api:4.4.2 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-datetime:0.5.0 -> 0.7.1 (*)
+| | | | \--- com.apollographql.apollo:apollo-annotations:4.4.2 (*)
+| | | +--- com.apollographql.apollo:apollo-normalized-cache:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-normalized-cache-jvm:4.4.2
+| | | | +--- com.apollographql.apollo:apollo-runtime:4.4.2 (*)
+| | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.4.2
+| | | | | \--- com.apollographql.apollo:apollo-normalized-cache-api-jvm:4.4.2
+| | | | | +--- com.apollographql.apollo:apollo-api:4.4.2 (*)
+| | | | | +--- com.apollographql.apollo:apollo-mpp-utils:4.4.2 (*)
+| | | | | +--- com.benasher44:uuid:0.8.2 (*)
+| | | | | \--- com.squareup.okio:okio:3.9.0 -> 3.16.4 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.10.2 (*)
+| | | | \--- org.jetbrains.kotlinx:atomicfu:0.26.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | | +--- com.apollographql.apollo:apollo-normalized-cache-sqlite:4.4.2
+| | | | \--- com.apollographql.apollo:apollo-normalized-cache-sqlite-android:4.4.2
+| | | | +--- androidx.sqlite:sqlite:2.3.1 -> 2.6.2 (*)
+| | | | +--- app.cash.sqldelight:android-driver:2.0.1 -> 2.3.2 (*)
+| | | | +--- androidx.sqlite:sqlite-framework:2.3.1 -> 2.6.2 (*)
+| | | | +--- androidx.startup:startup-runtime:1.1.1 (*)
+| | | | +--- com.apollographql.apollo:apollo-api:4.4.2 (*)
+| | | | +--- com.apollographql.apollo:apollo-normalized-cache-api:4.4.2 (*)
+| | | | \--- app.cash.sqldelight:runtime:2.0.1 -> 2.3.2 (*)
+| | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
| | +--- project :modules:feature-common-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:library-navigation-api (*)
-| | | +--- project :modules:library-network-api (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | \--- project :modules:library-network-api (*)
| | +--- project :modules:library-navigation
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- project :modules:library-navigation-api (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:feature-launches-api
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | | +--- junit:junit:4.13.2 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | | +--- project :modules:library-navigation-api (*)
-| | | | +--- project :modules:library-network-api (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| | | +--- project :modules:feature-login-api
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
-| | | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- dev.gitlive:firebase-common:2.4.0 (*)
-| | | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | | | +--- project :modules:library-navigation-api (*)
-| | | | +--- project :modules:library-network-api (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | | \--- project :modules:library-network-api (*)
+| | | \--- project :modules:feature-login-api
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
+| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
+| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | | +--- project :modules:library-navigation-api (*)
+| | | \--- project :modules:library-network-api (*)
| | +--- project :modules:library-network-api (*)
| | +--- project :modules:library-network
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- project :modules:library-network-api (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | | +--- io.ktor:ktor-client-content-negotiation:3.4.0
-| | | | \--- io.ktor:ktor-client-content-negotiation-jvm:3.4.0
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | | +--- io.ktor:ktor-client-content-negotiation:3.4.1
+| | | | \--- io.ktor:ktor-client-content-negotiation-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-client-core:3.4.0 (*)
-| | | | +--- io.ktor:ktor-serialization:3.4.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-client-core:3.4.0 (*)
-| | | +--- io.ktor:ktor-client-cio:3.4.0
-| | | | \--- io.ktor:ktor-client-cio-jvm:3.4.0
-| | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-client-core:3.4.0 (*)
-| | | | +--- io.ktor:ktor-http-cio:3.4.0 (*)
-| | | | +--- io.ktor:ktor-websockets:3.4.0 (*)
-| | | | +--- io.ktor:ktor-network-tls:3.4.0
-| | | | | \--- io.ktor:ktor-network-tls-jvm:3.4.0
-| | | | | +--- org.slf4j:slf4j-api:2.0.17
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-http:3.4.0 (*)
-| | | | | +--- io.ktor:ktor-network:3.4.0 (*)
-| | | | | +--- io.ktor:ktor-utils:3.4.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | +--- io.ktor:ktor-serialization-kotlinx-json:3.4.0
-| | | | \--- io.ktor:ktor-serialization-kotlinx-json-jvm:3.4.0
+| | | | +--- io.ktor:ktor-client-core:3.4.1 (*)
+| | | | +--- io.ktor:ktor-serialization:3.4.1 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- io.ktor:ktor-client-core:3.4.1 (*)
+| | | +--- io.ktor:ktor-client-cio:3.4.1
+| | | | \--- io.ktor:ktor-client-cio-jvm:3.4.1
| | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | +--- io.ktor:ktor-serialization-kotlinx:3.4.0
-| | | | | \--- io.ktor:ktor-serialization-kotlinx-jvm:3.4.0
+| | | | +--- io.ktor:ktor-client-core:3.4.1 (*)
+| | | | +--- io.ktor:ktor-http-cio:3.4.1 (*)
+| | | | +--- io.ktor:ktor-websockets:3.4.1 (*)
+| | | | +--- io.ktor:ktor-network-tls:3.4.1
+| | | | | \--- io.ktor:ktor-network-tls-jvm:3.4.1
| | | | | +--- org.slf4j:slf4j-api:2.0.17
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | | | +--- io.ktor:ktor-serialization:3.4.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0 -> 1.10.0 (*)
-| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-io:1.9.0 -> 1.10.0
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-io-jvm:1.10.0
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (*)
-| | | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | | | \--- org.jetbrains.kotlinx:kotlinx-io-core:0.6.0 -> 0.8.2 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.10 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | | | +--- io.ktor:ktor-http:3.4.1 (*)
+| | | | | +--- io.ktor:ktor-network:3.4.1 (*)
+| | | | | +--- io.ktor:ktor-utils:3.4.1 (*)
+| | | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | \--- io.ktor:ktor-serialization-kotlinx-json:3.4.1
+| | | \--- io.ktor:ktor-serialization-kotlinx-json-jvm:3.4.1
+| | | +--- org.slf4j:slf4j-api:2.0.17
+| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | +--- io.ktor:ktor-serialization-kotlinx:3.4.1
+| | | | \--- io.ktor:ktor-serialization-kotlinx-jvm:3.4.1
+| | | | +--- org.slf4j:slf4j-api:2.0.17
+| | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | | | +--- io.ktor:ktor-serialization:3.4.1 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0 -> 1.10.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0 -> 1.10.0 (*)
+| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json-io:1.9.0 -> 1.10.0
+| | | | \--- org.jetbrains.kotlinx:kotlinx-serialization-json-io-jvm:1.10.0
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.10.0 (*)
+| | | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0 (*)
+| | | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
+| | | | \--- org.jetbrains.kotlinx:kotlinx-io-core:0.6.0 -> 0.8.2 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
| | +--- dev.gitlive:firebase-auth:2.4.0
| | | \--- dev.gitlive:firebase-auth-android:2.4.0
-| | | +--- com.google.firebase:firebase-auth -> 23.2.1
+| | | +--- com.google.firebase:firebase-auth -> 24.0.1
| | | | +--- androidx.browser:browser:1.4.0
| | | | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*)
| | | | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*)
| | | | | +--- androidx.interpolator:interpolator:1.0.0 (*)
-| | | | | +--- androidx.core:core:1.1.0 -> 1.17.0 (*)
+| | | | | +--- androidx.core:core:1.1.0 -> 1.18.0 (*)
| | | | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*)
| | | | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
| | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
| | | | +--- androidx.credentials:credentials:1.2.0-rc01
| | | | | +--- androidx.annotation:annotation:1.5.0 -> 1.9.1 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.10.2 (*)
| | | | | \--- androidx.credentials:credentials-play-services-auth:1.2.0-rc01 (c)
| | | | +--- androidx.credentials:credentials-play-services-auth:1.2.0-rc01
@@ -1783,369 +1868,364 @@ releaseRuntimeClasspath - Runtime classpath of '/release'.
| | | | | +--- com.google.android.gms:play-services-auth:20.7.0
| | | | | | +--- androidx.fragment:fragment:1.0.0 -> 1.8.9 (*)
| | | | | | +--- com.google.android.gms:play-services-auth-api-phone:18.0.1 -> 18.0.2
-| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.2 -> 18.4.0 (*)
-| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.2 -> 18.9.0 (*)
+| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
| | | | | | +--- com.google.android.gms:play-services-auth-base:18.0.4
| | | | | | | +--- androidx.collection:collection:1.0.0 -> 1.5.0 (*)
-| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.4.0 (*)
-| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
-| | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | | +--- com.google.android.gms:play-services-basement:18.2.0 -> 18.4.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.9.0 (*)
+| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
+| | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | +--- com.google.android.gms:play-services-basement:18.2.0 -> 18.9.0 (*)
| | | | | | +--- com.google.android.gms:play-services-fido:20.0.1 -> 20.1.0
-| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.4.0 (*)
-| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
-| | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.2.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-base:18.0.1 -> 18.9.0 (*)
+| | | | | | | +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.9.0 (*)
+| | | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
+| | | | | | \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.4.0 (*)
| | | | | +--- com.google.android.gms:play-services-fido:20.1.0 (*)
| | | | | +--- com.google.android.libraries.identity.googleid:googleid:1.1.0
-| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.3.10 (*)
+| | | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.3.20 (*)
| | | | | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.10 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.20 (*)
| | | | | \--- androidx.credentials:credentials:1.2.0-rc01 (c)
| | | | +--- androidx.fragment:fragment:1.1.0 -> 1.8.9 (*)
| | | | +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 (*)
| | | | +--- com.google.android.gms:play-services-auth-api-phone:18.0.2 (*)
-| | | | +--- com.google.android.gms:play-services-basement:18.4.0 (*)
-| | | | +--- com.google.android.gms:play-services-tasks:18.2.0 (*)
+| | | | +--- com.google.android.gms:play-services-basement:18.4.0 -> 18.9.0 (*)
+| | | | +--- com.google.android.gms:play-services-tasks:18.2.0 -> 18.4.0 (*)
| | | | +--- com.google.android.play:integrity:1.3.0
-| | | | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.4.0 (*)
-| | | | | +--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.2.0 (*)
+| | | | | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.9.0 (*)
+| | | | | +--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.4.0 (*)
| | | | | \--- com.google.android.play:core-common:2.0.3
| | | | +--- com.google.android.recaptcha:recaptcha:18.6.1
-| | | | | +--- com.google.android.gms:play-services-basement:18.4.0 (*)
-| | | | | +--- com.google.android.gms:play-services-tasks:18.2.0 (*)
+| | | | | +--- com.google.android.gms:play-services-basement:18.4.0 -> 18.9.0 (*)
+| | | | | +--- com.google.android.gms:play-services-tasks:18.2.0 -> 18.4.0 (*)
| | | | | +--- com.google.android.play:integrity:1.3.0 (*)
-| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 2.3.10 (*)
+| | | | | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 2.3.20 (*)
| | | | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.2 (*)
| | | | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.3 -> 1.10.2 (*)
-| | | | +--- com.google.firebase:firebase-annotations:16.2.0 (*)
+| | | | +--- com.google.firebase:firebase-annotations:16.2.0 -> 17.0.0 (*)
| | | | +--- com.google.firebase:firebase-appcheck-interop:17.0.0 (*)
| | | | +--- com.google.firebase:firebase-auth-interop:20.0.0 (*)
-| | | | +--- com.google.firebase:firebase-common:21.0.0 (*)
-| | | | +--- com.google.firebase:firebase-common-ktx:21.0.0 (*)
-| | | | +--- com.google.firebase:firebase-components:18.0.0 (*)
-| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.3.10 (*)
+| | | | +--- com.google.firebase:firebase-common:21.0.0 -> 22.0.1 (*)
+| | | | +--- com.google.firebase:firebase-components:18.0.0 -> 19.0.0 (*)
+| | | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2 (*)
-| | | +--- com.google.firebase:firebase-bom:33.15.0 (*)
+| | | +--- com.google.firebase:firebase-bom:33.15.0 -> 34.10.0 (*)
| | | +--- dev.gitlive:firebase-app:2.4.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.20 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1
-| | | \--- app.cash.sqldelight:coroutines-extensions-jvm:2.2.1
-| | | +--- app.cash.sqldelight:runtime:2.2.1 (*)
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | \--- app.cash.sqldelight:async-extensions:2.2.1
-| | | \--- app.cash.sqldelight:async-extensions-jvm:2.2.1
-| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | \--- app.cash.sqldelight:runtime:2.2.1 (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- app.cash.sqldelight:coroutines-extensions:2.3.2
+| | \--- app.cash.sqldelight:coroutines-extensions-jvm:2.3.2
+| | +--- app.cash.sqldelight:runtime:2.3.2 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | \--- app.cash.sqldelight:async-extensions:2.3.2
+| | \--- app.cash.sqldelight:async-extensions-jvm:2.3.2
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 -> 2.3.20 (*)
+| | \--- app.cash.sqldelight:runtime:2.3.2 (*)
| +--- project :modules:feature-account-api (*)
| +--- project :modules:feature-common
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | +--- app.cash.sqldelight:coroutines-extensions:2.3.2 (*)
| | +--- project :modules:feature-common-api (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
-| | +--- project :modules:library-network (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network (*)
| +--- project :modules:feature-electricity
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | +--- io.github.koalaplot:koalaplot-core:0.10.4
-| | | \--- io.github.koalaplot:koalaplot-core-android:0.10.4
-| | | +--- org.jetbrains.compose.ui:ui:1.9.2 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.animation:animation:1.9.2 -> 1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.10 (*)
-| | | +--- org.jetbrains.compose.runtime:runtime:1.9.2 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.9.2 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.material3:material3:1.9.0-beta03 -> 1.9.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | +--- io.github.koalaplot:koalaplot-core:0.11.0
+| | | \--- io.github.koalaplot:koalaplot-core-android:0.11.0
+| | | +--- org.jetbrains.compose.ui:ui:1.10.0 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.animation:animation:1.10.0 -> 1.10.3 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.0 -> 2.3.20 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.10.0 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.10.0 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
| | | \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- io.github.thechance101:chart:Beta-0.0.5
| | | \--- io.github.thechance101:chart-android:Beta-0.0.5
| | | +--- androidx.appcompat:appcompat:1.5.1 -> 1.7.1 (*)
-| | | +--- androidx.core:core-ktx:1.9.0 -> 1.17.0 (*)
+| | | +--- androidx.core:core-ktx:1.9.0 -> 1.18.0 (*)
| | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 (*)
-| | | +--- org.jetbrains.compose.runtime:runtime:1.4.3 -> 1.10.0 (*)
-| | | +--- org.jetbrains.compose.foundation:foundation:1.4.3 -> 1.10.0 (*)
-| | | \--- org.jetbrains.compose.material:material:1.4.3 -> 1.10.0 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1 (*)
+| | | +--- org.jetbrains.compose.runtime:runtime:1.4.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.foundation:foundation:1.4.3 -> 1.10.3 (*)
+| | | +--- org.jetbrains.compose.material:material:1.4.3 -> 1.10.3 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.3.20 (*)
+| | +--- app.cash.sqldelight:coroutines-extensions:2.3.2 (*)
| | +--- project :modules:feature-electricity-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:library-navigation-api (*)
| | | +--- project :modules:library-network-api (*)
-| | | +--- project :modules:library-network (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | \--- project :modules:library-network (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
-| | +--- project :modules:library-network (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network (*)
| +--- project :modules:feature-home-api
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | +--- project :modules:library-navigation-api (*)
-| | +--- project :modules:library-network-api (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network-api (*)
| +--- project :modules:feature-launches
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- app.cash.sqldelight:android-driver:2.2.1 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- app.cash.sqldelight:runtime:2.2.1 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- app.cash.sqldelight:android-driver:2.3.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- app.cash.sqldelight:runtime:2.3.2 (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | +--- app.cash.sqldelight:coroutines-extensions:2.3.2 (*)
| | +--- project :modules:feature-common-api (*)
| | +--- project :modules:feature-launches-api (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
-| | +--- project :modules:library-network (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network (*)
| +--- project :modules:feature-launches-api (*)
| +--- project :modules:feature-login
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
| | +--- project :modules:feature-account-api (*)
| | +--- project :modules:feature-common-api (*)
| | +--- project :modules:feature-login-api (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
| | +--- project :modules:library-network (*)
-| | +--- dev.gitlive:firebase-auth:2.4.0 (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- dev.gitlive:firebase-auth:2.4.0 (*)
| +--- project :modules:feature-login-api (*)
| +--- project :modules:feature-schedules
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | +--- io.ktor:ktor-client-android:3.4.0 (*)
-| | +--- project :modules:library-feature (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | +--- junit:junit:4.13.2 (*)
+| | +--- project :modules:library-ui-shared (*)
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | +--- co.touchlab:kermit:2.0.8 (*)
-| | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
-| | +--- project :modules:library-ui-shared (*)
-| | +--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-| | +--- org.jetbrains.compose.components:components-resources:1.10.0 (*)
-| | +--- org.jetbrains.compose.ui:ui:1.10.0 (*)
-| | +--- org.jetbrains.compose.foundation:foundation:1.10.0 (*)
-| | +--- org.jetbrains.compose.material:material:1.10.0 (*)
-| | +--- org.jetbrains.compose.runtime:runtime:1.10.0 (*)
-| | +--- app.cash.sqldelight:coroutines-extensions:2.2.1 (*)
+| | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | +--- co.touchlab:kermit:2.1.0 (*)
+| | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
+| | +--- org.jetbrains.compose.components:components-resources:1.10.3 (*)
+| | +--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+| | +--- org.jetbrains.compose.foundation:foundation:1.10.3 (*)
+| | +--- org.jetbrains.compose.material:material:1.10.3 (*)
+| | +--- org.jetbrains.compose.runtime:runtime:1.10.3 (*)
+| | +--- app.cash.sqldelight:coroutines-extensions:2.3.2 (*)
| | +--- project :modules:feature-account-api (*)
| | +--- project :modules:feature-login-api (*)
| | +--- project :modules:feature-schedules-api
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.6 (*)
-| | | +--- io.ktor:ktor-client-android:3.4.0 (*)
+| | | +--- com.google.firebase:firebase-bom:34.10.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.10.0 (*)
+| | | +--- io.ktor:ktor-client-android:3.4.1 (*)
+| | | +--- junit:junit:4.13.2 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 (*)
-| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.10 (*)
+| | | +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 (*)
| | | +--- com.kizitonwose.calendar:compose-multiplatform:2.10.0 (*)
-| | | +--- io.coil-kt.coil3:coil-compose:3.3.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose:3.4.0 (*)
| | | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 (*)
| | | +--- dev.gitlive:firebase-common:2.4.0 (*)
| | | +--- dev.gitlive:firebase-firestore:2.4.0 (*)
-| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.6 (*)
-| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.1 (*)
-| | | +--- io.insert-koin:koin-annotations:2.3.1 (*)
-| | | +--- io.insert-koin:koin-compose:koin -> 4.1.1 (*)
-| | | +--- io.insert-koin:koin-compose-viewmodel:4.1.1 (*)
-| | | +--- io.insert-koin:koin-core:4.1.1 (*)
-| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.1.0 (*)
-| | | +--- co.touchlab:kermit:2.0.8 (*)
-| | | +--- io.coil-kt.coil3:coil-compose-core:3.3.0 (*)
-| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.3.0 (*)
+| | | +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.10.0 (*)
+| | | +--- org.jetbrains.androidx.navigation:navigation-compose:2.9.2 (*)
+| | | +--- io.insert-koin:koin-annotations:4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose:koin -> 4.2.0 (*)
+| | | +--- io.insert-koin:koin-compose-viewmodel:4.2.0 (*)
+| | | +--- io.insert-koin:koin-core:4.2.0 (*)
+| | | +--- com.michael-bull.kotlin-result:kotlin-result:2.3.1 (*)
+| | | +--- co.touchlab:kermit:2.1.0 (*)
+| | | +--- io.coil-kt.coil3:coil-compose-core:3.4.0 (*)
+| | | +--- io.coil-kt.coil3:coil-network-ktor3:3.4.0 (*)
| | | +--- project :modules:library-navigation-api (*)
-| | | +--- project :modules:library-network-api (*)
-| | | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | | \--- project :modules:library-network-api (*)
| | +--- project :modules:library-navigation (*)
| | +--- project :modules:library-network-api (*)
-| | +--- project :modules:library-network (*)
-| | \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
+| | \--- project :modules:library-network (*)
| +--- project :modules:feature-schedules-api (*)
| +--- project :modules:library-navigation (*)
| +--- project :modules:library-network-api (*)
-| +--- project :modules:library-network (*)
-| \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
-+--- androidx.activity:activity-compose:1.12.3 (*)
+| \--- project :modules:library-network (*)
++--- androidx.activity:activity-compose:1.13.0 (*)
+--- dev.gitlive:firebase-firestore:2.4.0 (*)
-+--- org.jetbrains.compose.ui:ui:1.10.0 (*)
++--- org.jetbrains.compose.ui:ui:1.10.3 (*)
+--- org.jetbrains.compose.material3:material3:1.9.0 (*)
-+--- io.insert-koin:koin-android:4.1.1 (*)
-+--- androidx.compose.ui:ui-tooling:1.10.2
-| \--- androidx.compose.ui:ui-tooling-android:1.10.2
-| +--- androidx.activity:activity-compose:1.7.0 -> 1.12.3 (*)
-| +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| +--- androidx.compose.animation:animation:1.10.2 (*)
-| +--- androidx.compose.material:material:1.0.0 -> 1.10.0 (*)
-| +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| +--- androidx.compose.ui:ui:1.10.2 (*)
-| +--- androidx.compose.ui:ui-tooling-data:1.10.2
-| | \--- androidx.compose.ui:ui-tooling-data-android:1.10.2
-| | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
-| | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
-| | +--- androidx.compose.runtime:runtime:1.10.2 (*)
-| | +--- androidx.compose.ui:ui:1.10.2 (*)
-| | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| | +--- androidx.compose.ui:ui:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-tooling:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| | +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| | \--- androidx.compose.ui:ui-util:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (*)
-| +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.9.4 (*)
-| +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.3.3 (*)
-| +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.10 (*)
-| +--- androidx.compose.ui:ui:1.10.2 (c)
-| +--- androidx.compose.ui:ui-geometry:1.10.2 (c)
-| +--- androidx.compose.ui:ui-graphics:1.10.2 (c)
-| +--- androidx.compose.ui:ui-text:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-data:1.10.2 (c)
-| +--- androidx.compose.ui:ui-tooling-preview:1.10.2 (c)
-| +--- androidx.compose.ui:ui-unit:1.10.2 (c)
-| \--- androidx.compose.ui:ui-util:1.10.2 (c)
-\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.10 (*)
++--- io.insert-koin:koin-android:4.2.0 (*)
+\--- androidx.compose.ui:ui-tooling:1.10.5
+ \--- androidx.compose.ui:ui-tooling-android:1.10.5
+ +--- androidx.activity:activity-compose:1.7.0 -> 1.13.0 (*)
+ +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+ +--- androidx.compose.animation:animation:1.10.5 (*)
+ +--- androidx.compose.material:material:1.0.0 -> 1.10.5 (*)
+ +--- androidx.compose.runtime:runtime:1.10.5 (*)
+ +--- androidx.compose.ui:ui:1.10.5 (*)
+ +--- androidx.compose.ui:ui-tooling-data:1.10.5
+ | \--- androidx.compose.ui:ui-tooling-data-android:1.10.5
+ | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+ | +--- androidx.annotation:annotation-experimental:1.4.1 (*)
+ | +--- androidx.compose.runtime:runtime:1.10.5 (*)
+ | +--- androidx.compose.ui:ui:1.10.5 (*)
+ | +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+ | +--- androidx.compose.ui:ui:1.10.5 (c)
+ | +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+ | +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+ | +--- androidx.compose.ui:ui-text:1.10.5 (c)
+ | +--- androidx.compose.ui:ui-tooling:1.10.5 (c)
+ | +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+ | +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+ | \--- androidx.compose.ui:ui-util:1.10.5 (c)
+ +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (*)
+ +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.10.0 (*)
+ +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0 (*)
+ +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.20 (*)
+ +--- androidx.compose.ui:ui:1.10.5 (c)
+ +--- androidx.compose.ui:ui-geometry:1.10.5 (c)
+ +--- androidx.compose.ui:ui-graphics:1.10.5 (c)
+ +--- androidx.compose.ui:ui-text:1.10.5 (c)
+ +--- androidx.compose.ui:ui-tooling-data:1.10.5 (c)
+ +--- androidx.compose.ui:ui-tooling-preview:1.10.5 (c)
+ +--- androidx.compose.ui:ui-unit:1.10.5 (c)
+ \--- androidx.compose.ui:ui-util:1.10.5 (c)
(c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree.
(*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation.
diff --git a/app/versions/mergedManifests/debug/processDebugManifest/AndroidManifest.xml b/app/versions/mergedManifests/debug/processDebugManifest/AndroidManifest.xml
index df3f37b..d17d08d 100644
--- a/app/versions/mergedManifests/debug/processDebugManifest/AndroidManifest.xml
+++ b/app/versions/mergedManifests/debug/processDebugManifest/AndroidManifest.xml
@@ -35,7 +35,6 @@
@@ -55,6 +54,24 @@
android:exported="false" >
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
@@ -180,6 +170,12 @@
android:name="androidx.profileinstaller.ProfileInstallerInitializer"
android:value="androidx.startup" />
+
@@ -48,6 +47,25 @@
android:name="android.app.lib_name"
android:value="" />
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
diff --git a/build-conventions/build/libs/build-conventions.jar b/build-conventions/build/libs/build-conventions.jar
index 84b470c..41ac05c 100644
Binary files a/build-conventions/build/libs/build-conventions.jar and b/build-conventions/build/libs/build-conventions.jar differ
diff --git a/build-conventions/gradle.properties b/build-conventions/gradle.properties
new file mode 100644
index 0000000..4e6e9d0
--- /dev/null
+++ b/build-conventions/gradle.properties
@@ -0,0 +1,3 @@
+android.builtInKotlin=false
+android.newDsl=false
+org.gradle.jvmargs=-Xmx2g
diff --git a/build-conventions/settings.gradle.kts b/build-conventions/settings.gradle.kts
index 163d4fd..16aee86 100644
--- a/build-conventions/settings.gradle.kts
+++ b/build-conventions/settings.gradle.kts
@@ -7,10 +7,8 @@ pluginManagement {
}
}
-// https://docs.gradle.org/7.0/userguide/declaring_dependencies.html#sec:type-safe-project-accessors
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
-@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositories {
gradlePluginPortal()
diff --git a/build-conventions/src/main/kotlin/com/jarroyo/composeapp/gmd/GradleManagedDevices.kt b/build-conventions/src/main/kotlin/com/jarroyo/composeapp/gmd/GradleManagedDevices.kt
index 0cf2739..8c3dfbb 100644
--- a/build-conventions/src/main/kotlin/com/jarroyo/composeapp/gmd/GradleManagedDevices.kt
+++ b/build-conventions/src/main/kotlin/com/jarroyo/composeapp/gmd/GradleManagedDevices.kt
@@ -1,8 +1,6 @@
package com.jarroyo.composeapp.gmd
import com.android.build.api.dsl.CommonExtension
-import com.android.build.api.dsl.ManagedVirtualDevice
-import org.gradle.kotlin.dsl.create
import org.gradle.kotlin.dsl.get
import org.gradle.kotlin.dsl.invoke
@@ -10,18 +8,18 @@ import org.gradle.kotlin.dsl.invoke
* Configure project for Gradle managed devices
*/
internal fun configureGradleManagedDevices(
- commonExtension: CommonExtension<*, *, *, *, *, *>,
+ commonExtension: CommonExtension,
) {
val pixel6Api31 = DeviceConfig("Pixel 6", 31, "aosp")
val pixel6Api28 = DeviceConfig("Pixel 6", 28, "aosp")
val myDevices = listOf(pixel6Api31, pixel6Api28)
- commonExtension.testOptions {
+ commonExtension.testOptions.apply {
managedDevices {
- allDevices {
+ localDevices {
myDevices.forEach { deviceConfig ->
- create(deviceConfig.taskName).apply {
+ create(deviceConfig.taskName).apply {
device = deviceConfig.device
apiLevel = deviceConfig.apiLevel
systemImageSource = deviceConfig.systemImageSource
diff --git a/build-conventions/src/main/kotlin/composeapp.android-app-conventions.gradle.kts b/build-conventions/src/main/kotlin/composeapp.android-app-conventions.gradle.kts
index 3f80d2b..f3490d7 100644
--- a/build-conventions/src/main/kotlin/composeapp.android-app-conventions.gradle.kts
+++ b/build-conventions/src/main/kotlin/composeapp.android-app-conventions.gradle.kts
@@ -1,45 +1,48 @@
-import com.android.build.gradle.internal.tasks.factory.dependsOn
+import com.android.build.api.dsl.LibraryExtension
import com.jarroyo.composeapp.gmd.configureGradleManagedDevices
import com.mikepenz.aboutlibraries.plugin.DuplicateMode
import com.mikepenz.aboutlibraries.plugin.DuplicateRule
import com.project.starter.easylauncher.filter.ChromeLikeFilter
import org.gradle.accessors.dm.LibrariesForLibs
-import org.jetbrains.kotlin.gradle.dsl.KotlinAndroidProjectExtension
+import org.gradle.kotlin.dsl.withType
+import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
- id("org.jetbrains.kotlin.plugin.compose")
id("com.android.application")
+ id("org.jetbrains.kotlin.plugin.compose")
id("composeapp.android-conventions")
- id("kotlin-parcelize")
id("com.mikepenz.aboutlibraries.plugin")
id("composeapp.merged-manifests-conventions")
id("composeapp.dependencies-conventions")
- id("com.starter.easylauncher")
id("composeapp.ruler-conventions")
id("com.google.gms.google-services")
+ id("com.starter.easylauncher")
}
val libs = the()
-android {
- buildFeatures {
- compose = true
- }
- compileOptions {
- isCoreLibraryDesugaringEnabled = true // https://developer.android.com/studio/write/java8-support#library-desugaring
- }
- configureGradleManagedDevices(this)
- configure {
- compilerOptions {
- freeCompilerArgs.set(
- freeCompilerArgs.get() + listOf(
- "-opt-in=androidx.compose.foundation.ExperimentalFoundationApi",
- "-opt-in=androidx.compose.material.ExperimentalMaterialApi",
- "-opt-in=androidx.compose.material3.ExperimentalMaterial3Api",
- "-opt-in=androidx.compose.ui.ExperimentalComposeUiApi",
- )
- )
+plugins.withId("com.android.library") {
+ extensions.configure {
+
+ buildFeatures {
+ compose = true
}
+ compileOptions {
+ isCoreLibraryDesugaringEnabled =
+ true // https://developer.android.com/studio/write/java8-support#library-desugaring
+ }
+ configureGradleManagedDevices(this)
+ }
+}
+
+tasks.withType().configureEach {
+ compilerOptions {
+ freeCompilerArgs.addAll(listOf(
+ "-opt-in=androidx.compose.material.ExperimentalMaterialApi",
+ "-opt-in=androidx.compose.material3.ExperimentalMaterial3Api",
+ "-opt-in=androidx.compose.ui.ExperimentalComposeUiApi",
+ "-opt-in=androidx.compose.ui.test.ExperimentalTestApi",
+ ))
}
}
@@ -57,7 +60,7 @@ aboutLibraries {
}
dependencies {
-
+ implementation(project.dependencies.platform("com.google.firebase:firebase-bom:33.10.0"))
coreLibraryDesugaring(libs.desugar)
debugImplementation(libs.leakcanary)
implementation(libs.androidx.core.ktx)
@@ -79,6 +82,4 @@ tasks.register("installGitHooks") {
into(file("$rootDir/.git/hooks"))
}
-afterEvaluate {
- tasks.named("preBuild").dependsOn("installGitHooks")
-}
+tasks.named("preBuild") { dependsOn("installGitHooks") }
diff --git a/build-conventions/src/main/kotlin/composeapp.android-conventions.gradle.kts b/build-conventions/src/main/kotlin/composeapp.android-conventions.gradle.kts
index e9c84cd..5c1ec11 100644
--- a/build-conventions/src/main/kotlin/composeapp.android-conventions.gradle.kts
+++ b/build-conventions/src/main/kotlin/composeapp.android-conventions.gradle.kts
@@ -1,120 +1,122 @@
-import com.android.build.api.dsl.CommonExtension
-import com.android.build.gradle.BaseExtension
-import com.android.build.gradle.api.AndroidBasePlugin
-import com.jarroyo.composeapp.ext.android
-import com.jarroyo.composeapp.ext.config
-import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
+import com.android.build.api.dsl.ApplicationExtension
+import com.android.build.api.dsl.LibraryExtension
+import com.jarroyo.composeapp.ext.ConfigExt
+import com.jarroyo.composeapp.ext.AndroidConfigExt
import org.gradle.accessors.dm.LibrariesForLibs
+import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
-import org.jetbrains.kotlin.gradle.dsl.KotlinAndroidProjectExtension
+import org.gradle.api.JavaVersion
plugins {
- id("kotlin-android")
- id("kotlin-kapt")
id("composeapp.detekt-conventions")
id("composeapp.config-conventions")
}
val libs = the()
-kapt {
- useBuildCache = true
- correctErrorTypes = true
- javacOptions {
- option("-Xmaxerrs", Integer.MAX_VALUE.toString())
- }
+/**
+ * Explicitly get the custom android configuration to avoid conflicts with the AGP 'android' extension
+ */
+fun Project.getAndroidConfig(): AndroidConfigExt {
+ return extensions.getByType().extensions.getByType()
}
-plugins.withType().configureEach {
- extensions.configure {
- compileSdkVersion(config.android.compileSdk.get())
+plugins.withId("com.android.application") {
+ extensions.configure {
+ val config = project.getAndroidConfig()
+ compileSdk = config.compileSdk.get()
defaultConfig {
- minSdk = config.android.minSdk.get()
- targetSdk = config.android.targetSdk.get()
-
- // testInstrumentationRunner = "com.jarroyo.library.test.runner.HiltTestRunner"
- // The following argument makes the Android Test Orchestrator run its
- // "pm clear" command after each test invocation. This command ensures
- // that the app's state is completely cleared between tests.
- setTestInstrumentationRunnerArguments(mutableMapOf("clearPackageData" to "true"))
- }
- compileOptions {
- sourceCompatibility = config.android.javaVersion.get()
- targetCompatibility = config.android.javaVersion.get()
+ minSdk = config.minSdk.get()
+ targetSdk = config.targetSdk.get()
+ testInstrumentationRunnerArguments["clearPackageData"] = "true"
}
- kotlin {
- sourceSets {
- named("debug") {
- kotlin.srcDir("build/generated/ksp/debug/kotlin")
- }
- named("release") {
- kotlin.srcDir("build/generated/ksp/release/kotlin")
- }
- }
+ compileOptions {
+ sourceCompatibility = config.javaVersion.get()
+ targetCompatibility = config.javaVersion.get()
}
testOptions {
- execution = "ANDROIDX_TEST_ORCHESTRATOR"
animationsDisabled = true
unitTests {
isIncludeAndroidResources = true
isReturnDefaultValues = true
}
}
- if (this is CommonExtension<*, *, *, *, *, *>) {
- lint {
- abortOnError = true
- checkAllWarnings = false
- checkDependencies = true
- checkReleaseBuilds = false
- ignoreTestSources = true
- warningsAsErrors = false
- disable.add("ResourceType")
- lintConfig = file("${project.rootDir}/config/lint/lint.xml")
- }
- configure {
- compilerOptions {
- freeCompilerArgs.set(
- freeCompilerArgs.get() + listOf(
- "-opt-in=kotlin.RequiresOptIn",
- "-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
- "-opt-in=kotlinx.coroutines.FlowPreview",
- )
- )
- jvmTarget.set(JvmTarget.fromTarget(config.android.javaVersion.get().toString()))
- }
- }
- packaging {
- resources {
- // Use this block to exclude conflicting files that breaks your APK assemble task
- excludes.add("META-INF/LICENSE.md")
- excludes.add("META-INF/LICENSE-notice.md")
- }
+ lint {
+ abortOnError = true
+ checkAllWarnings = false
+ checkDependencies = true
+ checkReleaseBuilds = false
+ ignoreTestSources = true
+ warningsAsErrors = false
+ disable.add("ResourceType")
+ lintConfig = project.file("${project.rootDir}/config/lint/lint.xml")
+ }
+
+ packaging {
+ resources {
+ excludes.add("META-INF/LICENSE-notice.md")
+ excludes.add("META-INF/LICENSE.md")
+ excludes.add("META-INF/NOTICE.md")
}
}
}
+}
+
+plugins.withId("com.android.library") {
+ extensions.configure {
+ val config = project.getAndroidConfig()
+ compileSdk = config.compileSdk.get()
- kotlin {
- sourceSets.all {
- languageSettings.optIn("kotlin.time.ExperimentalTime")
- languageSettings.progressiveMode =
- true // deprecations and bug fixes for unstable code take effect immediately
+ defaultConfig {
+ minSdk = config.minSdk.get()
+ testInstrumentationRunnerArguments["clearPackageData"] = "true"
}
- }
- tasks {
- withType {
- compilerOptions.jvmTarget.set(
- JvmTarget.fromTarget(
- config.android.javaVersion.get().toString()
- )
- )
+
+ compileOptions {
+ sourceCompatibility = config.javaVersion.get()
+ targetCompatibility = config.javaVersion.get()
}
- withType {
- testLogging.events("skipped", "failed")
+ testOptions {
+ animationsDisabled = true
+ unitTests {
+ isIncludeAndroidResources = true
+ isReturnDefaultValues = true
+ }
+ }
+
+ lint {
+ abortOnError = true
+ checkAllWarnings = false
+ checkDependencies = true
+ checkReleaseBuilds = false
+ ignoreTestSources = true
+ warningsAsErrors = false
+ disable.add("ResourceType")
+ lintConfig = project.file("${project.rootDir}/config/lint/lint.xml")
}
+
+ packaging {
+ resources {
+ excludes.add("META-INF/LICENSE-notice.md")
+ excludes.add("META-INF/LICENSE.md")
+ excludes.add("META-INF/NOTICE.md")
+ }
+ }
+ }
+}
+
+tasks.withType().configureEach {
+ compilerOptions {
+ val config = project.getAndroidConfig()
+ jvmTarget.set(JvmTarget.fromTarget(config.javaVersion.get().toString()))
}
-}
\ No newline at end of file
+}
+
+tasks.withType().configureEach {
+ testLogging.events("skipped", "failed")
+}
diff --git a/build-conventions/src/main/kotlin/composeapp.buildlog-conventions.gradle.kts b/build-conventions/src/main/kotlin/composeapp.buildlog-conventions.gradle.kts
index 6a1f53d..8aa480d 100644
--- a/build-conventions/src/main/kotlin/composeapp.buildlog-conventions.gradle.kts
+++ b/build-conventions/src/main/kotlin/composeapp.buildlog-conventions.gradle.kts
@@ -1,19 +1,20 @@
import com.jarroyo.composeapp.ext.config
import com.jarroyo.composeapp.ext.params
-import org.gradle.api.internal.GradleInternal
-import org.gradle.internal.logging.LoggingOutputInternal
import java.text.SimpleDateFormat
import java.util.Date
if (config.params.saveBuildLogToFile.get()) {
val datetime = SimpleDateFormat("yyyy-MM-dd-HH-mm-ss").format(Date())
- val buildLogDir = "${layout.buildDirectory}/logs"
- mkdir(buildLogDir)
- val buildLog = File("${buildLogDir}/buildlog-${datetime}.txt")
+ val buildLogDir = layout.buildDirectory.dir("logs")
System.setProperty("org.gradle.color.error", "RED")
- val outputListener = StandardOutputListener { output -> buildLog.appendText(output.toString()) }
- (gradle as GradleInternal).services.get(LoggingOutputInternal::class.java).addStandardOutputListener(outputListener)
- (gradle as GradleInternal).services.get(LoggingOutputInternal::class.java).addStandardErrorListener(outputListener)
+ gradle.taskGraph.whenReady {
+ val logDir = buildLogDir.get().asFile
+ logDir.mkdirs()
+ val buildLog = File(logDir, "buildlog-${datetime}.txt")
+ val outputListener = StandardOutputListener { output -> buildLog.appendText(output.toString()) }
+ logging.addStandardOutputListener(outputListener)
+ logging.addStandardErrorListener(outputListener)
+ }
}
diff --git a/build-conventions/src/main/kotlin/composeapp.dependencies-conventions.gradle.kts b/build-conventions/src/main/kotlin/composeapp.dependencies-conventions.gradle.kts
index 152f542..1e28bce 100644
--- a/build-conventions/src/main/kotlin/composeapp.dependencies-conventions.gradle.kts
+++ b/build-conventions/src/main/kotlin/composeapp.dependencies-conventions.gradle.kts
@@ -1,21 +1,22 @@
-import com.android.build.gradle.internal.tasks.factory.dependsOn
import java.util.Locale
-afterEvaluate {
- val outputPath = "$projectDir/versions/dependencies"
- mkdir(outputPath)
- val compileDependencyReportTask = tasks.register("generateRuntimeDependenciesReport") {
- description = "Generates a text file containing the Runtime classpath dependencies."
- }
- project.configurations.filter { it.name.contains("RuntimeClasspath") }.forEach { configuration ->
- val configurationTask = tasks.register(
- "generate${configuration.name.replaceFirstChar { if (it.isLowerCase()) it.titlecase(Locale.ROOT) else it.toString() }}DependenciesReport",
- DependencyReportTask::class.java,
- ) {
- configurations = setOf(configuration)
- outputFile = File("$outputPath/${configuration.name}Dependencies.txt")
- }
- compileDependencyReportTask.configure { dependsOn(configurationTask) }
+val outputPath = layout.projectDirectory.dir("versions/dependencies").asFile
+
+val compileDependencyReportTask = tasks.register("generateRuntimeDependenciesReport") {
+ description = "Generates a text file containing the Runtime classpath dependencies."
+}
+
+configurations.matching { it.name.contains("RuntimeClasspath") }.configureEach {
+ val configuration = this
+ val configurationTask = tasks.register(
+ "generate${name.replaceFirstChar { if (it.isLowerCase()) it.titlecase(Locale.ROOT) else it.toString() }}DependenciesReport",
+ DependencyReportTask::class.java,
+ ) {
+ this.configurations = setOf(configuration)
+ outputFile = outputPath.resolve("${configuration.name}Dependencies.txt")
+ doFirst { outputPath.mkdirs() }
}
- tasks.named("check").dependsOn(tasks.named("generateRuntimeDependenciesReport"))
+ compileDependencyReportTask.configure { dependsOn(configurationTask) }
}
+
+tasks.named("check") { dependsOn(compileDependencyReportTask) }
diff --git a/build-conventions/src/main/kotlin/composeapp.detekt-conventions.gradle.kts b/build-conventions/src/main/kotlin/composeapp.detekt-conventions.gradle.kts
index 1258564..b181abd 100644
--- a/build-conventions/src/main/kotlin/composeapp.detekt-conventions.gradle.kts
+++ b/build-conventions/src/main/kotlin/composeapp.detekt-conventions.gradle.kts
@@ -29,9 +29,6 @@ dependencies {
detektPlugins (libs.detekt.twitter.compose.rules)
}
-afterEvaluate {
- tasks.named("check") {
- dependsOn(tasks.named("detektMain"))
- dependsOn(tasks.named("detektTest"))
- }
+tasks.named("check") {
+ dependsOn(tasks.named("detekt"))
}
diff --git a/build-conventions/src/main/kotlin/composeapp.merged-manifests-conventions.gradle.kts b/build-conventions/src/main/kotlin/composeapp.merged-manifests-conventions.gradle.kts
index d01e126..93ae4f5 100644
--- a/build-conventions/src/main/kotlin/composeapp.merged-manifests-conventions.gradle.kts
+++ b/build-conventions/src/main/kotlin/composeapp.merged-manifests-conventions.gradle.kts
@@ -2,11 +2,13 @@ tasks {
register("copyMergedManifests") {
dependsOn(tasks.matching { it.name matches "^process.*Manifest$".toRegex() })
mustRunAfter(tasks.matching { it.name matches "^process.*Manifest$".toRegex() })
- mkdir("versions/mergedManifests")
- from("$buildDir/intermediates/merged_manifests") {
+ from(layout.buildDirectory.dir("intermediates/merged_manifests")) {
include("**/*.xml")
}
into("versions/mergedManifests")
+ doFirst {
+ mkdir("versions/mergedManifests")
+ }
filter { line -> line.replace("(android:version.*=\".*\")|(android:testOnly=\".*\")".toRegex(), "") }
}
diff --git a/build-conventions/src/main/kotlin/composeapp.multiplatform-feature-conventions.gradle.kts b/build-conventions/src/main/kotlin/composeapp.multiplatform-feature-conventions.gradle.kts
index 663fd52..644b388 100644
--- a/build-conventions/src/main/kotlin/composeapp.multiplatform-feature-conventions.gradle.kts
+++ b/build-conventions/src/main/kotlin/composeapp.multiplatform-feature-conventions.gradle.kts
@@ -1,21 +1,25 @@
+import com.android.build.api.dsl.LibraryExtension
import org.gradle.accessors.dm.LibrariesForLibs
+import org.gradle.kotlin.dsl.configure
+import org.gradle.kotlin.dsl.the
plugins {
id ("composeapp.multiplatform-library-conventions")
}
val libs = the()
-android {
- buildFeatures {
- compose = true
+
+plugins.withId("com.android.library") {
+ extensions.configure {
+ buildFeatures {
+ compose = true
+ }
}
}
+
kotlin {
sourceSets {
commonMain.dependencies {
- api(project(":modules:library-feature"))
-
- implementation(project(":modules:library-ui-shared"))
- implementation(libs.jetbrains.compose.material3)
+ api(project.project(":modules:library-ui-shared"))
}
}
}
diff --git a/build-conventions/src/main/kotlin/composeapp.multiplatform-library-conventions.gradle.kts b/build-conventions/src/main/kotlin/composeapp.multiplatform-library-conventions.gradle.kts
index c0b0c19..d8e53e0 100644
--- a/build-conventions/src/main/kotlin/composeapp.multiplatform-library-conventions.gradle.kts
+++ b/build-conventions/src/main/kotlin/composeapp.multiplatform-library-conventions.gradle.kts
@@ -1,37 +1,31 @@
+import com.android.build.api.dsl.KotlinMultiplatformAndroidLibraryExtension
import com.jarroyo.composeapp.ext.android
import com.jarroyo.composeapp.ext.config
import org.gradle.accessors.dm.LibrariesForLibs
+import org.gradle.kotlin.dsl.configure
+import org.gradle.kotlin.dsl.get
import org.gradle.kotlin.dsl.the
-import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
plugins {
kotlin("multiplatform")
- id("com.android.library")
- id("kotlin-parcelize")
+ id("com.android.kotlin.multiplatform.library")
id("composeapp.config-conventions")
}
val libs = the()
-android {
- compileSdk = libs.versions.androidCompileSdk.get().toInt()
- sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
- compileOptions {
- sourceCompatibility = config.android.javaVersion.get()
- targetCompatibility = config.android.javaVersion.get()
- }
- defaultConfig {
- minSdk = config.android.minSdk.get()
- }
-}
-
kotlin {
- androidTarget {
+ android {
+ namespace = config.android.applicationId.get()
+ compileSdk = project.config.android.compileSdk.get()
+ minSdk = project.config.android.minSdk.get()
+
compilerOptions {
- jvmTarget.set(JvmTarget.fromTarget(config.android.javaVersion.get().toString()))
+ jvmTarget.set(JvmTarget.fromTarget(project.config.android.javaVersion.get().toString()))
}
}
+
listOf(
iosX64(),
iosArm64(),
@@ -54,8 +48,10 @@ kotlin {
sourceSets {
androidMain.dependencies {
+ implementation(project.dependencies.platform(libs.firebase.android.bom))
implementation(libs.jetbrains.lifecycle.viewmodel)
implementation(libs.ktor.client.android)
+ implementation(libs.junit)
}
commonMain.dependencies {
@@ -83,14 +79,13 @@ kotlin {
api(libs.apollo.testing.support)
api(libs.coroutines.test)
api(libs.jetbrains.kotlin.test)
- api(libs.junit)
}
val desktopMain by getting {
dependencies {
implementation(libs.coroutines.swing)
implementation(libs.ktor.client.java)
-
+ implementation(libs.junit)
}
}
diff --git a/build-conventions/src/main/kotlin/composeapp.versions-conventions.gradle.kts b/build-conventions/src/main/kotlin/composeapp.versions-conventions.gradle.kts
index 55033eb..b824f94 100644
--- a/build-conventions/src/main/kotlin/composeapp.versions-conventions.gradle.kts
+++ b/build-conventions/src/main/kotlin/composeapp.versions-conventions.gradle.kts
@@ -18,7 +18,7 @@ val isNonStable: (String) -> Boolean = { version ->
!stableKeyword && !(version matches regex)
}
-tasks.withType() {
+tasks.withType().configureEach {
gradleReleaseChannel = "current"
rejectVersionIf {
isNonStable(candidate.version) && !isNonStable(currentVersion)
diff --git a/build.gradle.kts b/build.gradle.kts
index 7f255f3..19c3ce9 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -5,15 +5,14 @@ plugins {
id("composeapp.spotless-conventions")
id("composeapp.versions-conventions")
id("composeapp.violation-comments-to-github-conventions")
- alias(libs.plugins.multiplatform)
+ alias(libs.plugins.multiplatform) apply false
+ alias(libs.plugins.androidKmpLibrary) apply false
}
subprojects {
- gradle.projectsEvaluated {
- tasks.withType {
- options.compilerArgs.add("-Xlint:unchecked")
- options.compilerArgs.add("-Xlint:deprecation")
- }
+ tasks.withType().configureEach {
+ options.compilerArgs.add("-Xlint:unchecked")
+ options.compilerArgs.add("-Xlint:deprecation")
}
}
diff --git a/gradle.properties b/gradle.properties
index a382685..2b0279c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,9 +19,7 @@ kapt.include.compile.classpath=false
kotlin.code.style=official
kotlin.incremental.usePreciseJavaTracking=true
kotlin.native.binary.memoryModel=experimental
-kotlin.native.cacheKind.iosSimulatorArm64=none
kotlin.native.ignoreDisabledTargets=true
kotlin.mpp.enableCInteropCommonization=true
org.jetbrains.compose.experimental.uikit.enabled=true
-kotlin.native.cacheKind=none
compose.desktop.packaging.checkJdkVendor=false
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 2bd6f4e..6463eb5 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,42 +1,45 @@
# Sharing dependency versions between projects
-# https://docs.gradle.org/current/userguide/platforms.html
+# https://docs.gradle.org/current/samples/sample_convention_plugins.html
[versions]
-aboutlibraries = "12.2.4"
-agp = "8.13.2"
+aboutlibraries = "13.2.1"
+agp = "9.0.1"
androidCompileSdk = "36"
-androidx-compose = "1.10.2"
-apollo = "4.4.1"
-coil3 = "3.3.0"
+androidx-compose = "1.10.5"
+apollo = "4.4.2"
+coil3 = "3.4.0"
coroutines = "1.10.2"
detekt = "1.23.8"
diktat = "1.2.5"
+firebase-bom = "34.10.0"
gitlive = "2.4.0"
gradle = "8.1.1"
-jetbrains-lifecycle = "2.9.6"
-jetbrains-navigation = "2.9.1"
-koin = "4.1.1"
-koin-ksp = "2.3.1"
-kotlin = "2.3.10"
+jetbrains-lifecycle = "2.10.0"
+jetbrains-navigation = "2.9.2"
+koin = "4.2.0"
+koin-ksp = "4.2.0"
+kotlin = "2.3.20"
kotlinpoet = "2.2.0"
-kotlin-multiplatform = "1.10.0"
-kotlin-result = "2.1.0"
-ksp = "2.2.20-2.0.3"
+kotlin-multiplatform = "1.10.3"
+kotlin-result = "2.3.1"
+kotlinx-datetime = "0.7.1"
+ksp = "2.3.5"
ktlint = "0.43.0"
-ktor = "3.4.0"
+ktor = "3.4.1"
material3 = "1.9.0"
mockk = "1.14.9"
okhttp = "4.12.0"
prettier = "2.7.1"
-sqlDelight = "2.2.1"
+sqlDelight = "2.3.2"
junitVersion = "1.3.0"
+kotlinVersion = "2.3.20"
[libraries]
-androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.12.3" }
+androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.13.0" }
androidx-compose-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidx-compose" }
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "androidx-compose" }
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "androidx-compose" }
-androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.17.0" }
+androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.18.0" }
androidx-test-core = { module = "androidx.test:core-ktx", version = "1.7.0" }
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.7.0" }
androidx-test-orchestrator = { module = "androidx.test:orchestrator", version = "1.6.1" }
@@ -47,7 +50,7 @@ apollo-cache = { module = "com.apollographql.apollo:apollo-normalized-cache", ve
apollo-cache-sqlite = { module = "com.apollographql.apollo:apollo-normalized-cache-sqlite", version.ref = "apollo" }
apollo-testing-support = { module = "com.apollographql.apollo:apollo-testing-support", version.ref = "apollo" }
calendar = { module = "com.kizitonwose.calendar:compose-multiplatform", version = "2.10.0" }
-composemultiplatformcharts = { module = "io.github.koalaplot:koalaplot-core", version = "0.10.4" }
+composemultiplatformcharts = { module = "io.github.koalaplot:koalaplot-core", version = "0.11.0" }
composemultiplatformcharts2 = { module = "io.github.thechance101:chart", version = "Beta-0.0.5" }
coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coil3" }
coil-compose-core = { module = "io.coil-kt.coil3:coil-compose-core", version.ref = "coil3" }
@@ -61,6 +64,7 @@ desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.5" }
detekt = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
detekt-rules-compose = { module = "ru.kode:detekt-rules-compose", version = "1.4.0" }
detekt-twitter-compose-rules = { module = "com.twitter.compose.rules:detekt", version = "0.0.26" }
+firebase-android-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebase-bom" }
gitlive-firebase-auth = { module = "dev.gitlive:firebase-auth", version.ref = "gitlive" }
gitlive-firebase-firestore = { module = "dev.gitlive:firebase-firestore", version.ref = "gitlive" }
gitlive-firebase-common = { module = "dev.gitlive:firebase-common", version.ref = "gitlive" }
@@ -73,7 +77,7 @@ jetbrains-compose-material3 = { module = "org.jetbrains.compose.material3:materi
jetbrains-compose-runtime = { module = "org.jetbrains.compose.runtime:runtime", version.ref = "kotlin-multiplatform" }
jetbrains-compose-ui = { module = "org.jetbrains.compose.ui:ui", version.ref = "kotlin-multiplatform" }
jetbrains-compose-ui-graphics = { module = "org.jetbrains.compose.ui:ui-graphics", version.ref = "kotlin-multiplatform" }
-## jetbrains-kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx-datetime" }
+jetbrains-kotlin-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx-datetime" }
jetbrains-kotlin-extensions = { module = "org.jetbrains.kotlin:kotlin-android-extensions", version.ref = "kotlin" }
jetbrains-kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
jetbrains-kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
@@ -85,7 +89,7 @@ jetbrains-lifecycle-viewmodel = { module = "org.jetbrains.androidx.lifecycle:lif
jetbrains-lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "jetbrains-lifecycle" }
jetbrains-navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "jetbrains-navigation" }
junit = { module = "junit:junit", version = "4.13.2" }
-koin-android = {module = "io.insert-koin:koin-android", version = "4.1.1"}
+koin-android = {module = "io.insert-koin:koin-android", version = "4.2.0"}
koin-annotations = {module = "io.insert-koin:koin-annotations", version.ref = "koin-ksp"}
koin-compose-viewmodel = {module = "io.insert-koin:koin-compose-viewmodel", version.ref = "koin"}
koin-compiler = {module = "io.insert-koin:koin-ksp-compiler", version = "koin-ksp"}
@@ -109,8 +113,8 @@ ktor-client-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" }
leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version = "2.14" }
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
mockk-android = { module = "io.mockk:mockk-android", version.ref = "mockk" }
-multiplatform-log = { module = "co.touchlab:kermit", version = "2.0.8" }
-multiplatform-constraintlayout-compose = { module = "tech.annexflow.compose:constraintlayout-compose-multiplatform", version = "0.6.1" }
+multiplatform-log = { module = "co.touchlab:kermit", version = "2.1.0" }
+multiplatform-constraintlayout-compose = { module = "tech.annexflow.compose:constraintlayout-compose-multiplatform", version = "0.7.0" }
sqldelight-androidDriver = { module = "app.cash.sqldelight:android-driver", version.ref = "sqlDelight" }
sqldelight-jvmDriver = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqlDelight" }
sqldelight-nativeDriver = { module = "app.cash.sqldelight:native-driver", version.ref = "sqlDelight" }
@@ -120,7 +124,7 @@ timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" }
# plugins
plugin-aboutlibraries = { module = "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin", version.ref = "aboutlibraries" }
plugin-android-gradle = { module = "com.android.tools.build:gradle", version.ref = "agp" }
-plugin-androidcachefix = { module = "gradle.plugin.org.gradle.android:android-cache-fix-gradle-plugin", version = "3.0.1" }
+plugin-androidcachefix = { module = "gradle.plugin.org.gradle.android:android-cache-fix-gradle-plugin", version = "3.0.3" }
plugin-appversioning = { module = "io.github.reactivecircus.appversioning:app-versioning-gradle-plugin", version = "1.5.0" }
plugin-compose-compiler = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin" }
plugin-detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
@@ -130,9 +134,9 @@ plugin-google-services = { module = "com.google.gms:google-services", version =
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
plugin-ksp = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin", version.ref = "ksp" }
plugin-ruler = { module = "com.spotify.ruler:ruler-gradle-plugin", version = "1.4.0" }
-plugin-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.2.1" }
+plugin-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.4.0" }
plugin-versions = "com.github.ben-manes:gradle-versions-plugin:0.52.0"
-plugin-versions-update = "nl.littlerobots.vcu:plugin:1.0.1"
+plugin-versions-update = "nl.littlerobots.vcu:plugin:1.1.0"
plugin-violation = { module = "se.bjurr.violations:violation-comments-to-github-gradle-plugin", version = "1.70.0" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
@@ -142,9 +146,9 @@ google-secrets = { id = "com.google.android.libraries.mapsplatform.secrets-gradl
gradledoctor = { id = "com.osacky.doctor", version = "0.12.1" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
+kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
multiplatform = { id = "org.jetbrains.compose", version.ref = "kotlin-multiplatform" }
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqlDelight" }
tripletplay = { id = "com.github.triplet.play", version = "3.12.2" }
-com-android-application = { id = "com.android.application", version.ref = "agp" }
-android-library = { id = "com.android.library", version.ref = "agp" }
-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
+androidKmpLibrary = { id = "com.android.kotlin.multiplatform.library", version.ref = "agp" }
+kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinVersion" }
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 7c8e9e4..36dac38 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Thu Oct 13 15:47:24 CEST 2022
distributionBase=GRADLE_USER_HOME
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-all.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
diff --git a/iosApp/iosApp.xcodeproj/xcuserdata/javier.arroyo.xcuserdatad/xcschemes/xcschememanagement.plist b/iosApp/iosApp.xcodeproj/xcuserdata/javier.arroyo.xcuserdatad/xcschemes/xcschememanagement.plist
index 851c740..56b5955 100644
--- a/iosApp/iosApp.xcodeproj/xcuserdata/javier.arroyo.xcuserdatad/xcschemes/xcschememanagement.plist
+++ b/iosApp/iosApp.xcodeproj/xcuserdata/javier.arroyo.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -7,7 +7,7 @@
iosApp.xcscheme_^#shared#^_
orderHint
- 1
+ 0
diff --git a/iosApp/iosApp.xcworkspace/xcuserdata/javier.arroyo.xcuserdatad/UserInterfaceState.xcuserstate b/iosApp/iosApp.xcworkspace/xcuserdata/javier.arroyo.xcuserdatad/UserInterfaceState.xcuserstate
index 35f45ba..243e540 100644
Binary files a/iosApp/iosApp.xcworkspace/xcuserdata/javier.arroyo.xcuserdatad/UserInterfaceState.xcuserstate and b/iosApp/iosApp.xcworkspace/xcuserdata/javier.arroyo.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/iosApp/iosApp/ContentView.swift b/iosApp/iosApp/ContentView.swift
index cf99684..d99ae10 100644
--- a/iosApp/iosApp/ContentView.swift
+++ b/iosApp/iosApp/ContentView.swift
@@ -5,13 +5,13 @@
// Created by Javier Arroyo on 25/2/24.
//
-import SwiftUI
import ComposeApp
+import SwiftUI
struct ContentView: UIViewControllerRepresentable {
- func makeUIViewController(context: Context) -> UIViewController {
+ func makeUIViewController(context _: Context) -> UIViewController {
MainViewControllerKt.MainViewController()
}
- func updateUIViewController(_ uiViewController: UIViewController, context: Context) {}
+ func updateUIViewController(_: UIViewController, context _: Context) {}
}
diff --git a/iosApp/iosApp/iosAppApp.swift b/iosApp/iosApp/iosAppApp.swift
index 4e2ee0f..4345211 100644
--- a/iosApp/iosApp/iosAppApp.swift
+++ b/iosApp/iosApp/iosAppApp.swift
@@ -5,26 +5,28 @@
// Created by Javier Arroyo on 25/2/24.
//
-import SwiftUI
import ComposeApp
import FirebaseCore
+import SwiftUI
class AppDelegate: NSObject, UIApplicationDelegate {
- func application(_ application: UIApplication,
- didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
- FirebaseApp.configure()
+ func application(_: UIApplication,
+ didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool
+ {
+ FirebaseApp.configure()
- return true
- }
+ return true
+ }
}
@main
struct iosAppApp: App {
@UIApplicationDelegateAdaptor(AppDelegate.self) var delegate
-
+
init() {
KoinAppModuleKt.doInitKoin(additionalModules: [])
}
+
var body: some Scene {
WindowGroup {
ContentView()
diff --git a/modules/feature-account-api/build.gradle.kts b/modules/feature-account-api/build.gradle.kts
index 55c50fd..a56216f 100644
--- a/modules/feature-account-api/build.gradle.kts
+++ b/modules/feature-account-api/build.gradle.kts
@@ -3,15 +3,11 @@ plugins {
alias(libs.plugins.kotlinx.serialization)
}
-android {
- namespace = "com.jarroyo.feature.account.api"
- resourcePrefix = "account_api_"
- defaultConfig {
- consumerProguardFiles("$projectDir/proguard-home-api-consumer-rules.pro")
+kotlin {
+ android {
+ namespace = "com.jarroyo.feature.account.api"
}
-}
-kotlin {
sourceSets {
commonMain.dependencies {
api(libs.jetbrains.kotlinx.serialization)
@@ -20,4 +16,4 @@ kotlin {
implementation(projects.modules.libraryNetworkApi)
}
}
-}
\ No newline at end of file
+}
diff --git a/modules/feature-account/build.gradle.kts b/modules/feature-account/build.gradle.kts
index 85d78f0..b66245e 100644
--- a/modules/feature-account/build.gradle.kts
+++ b/modules/feature-account/build.gradle.kts
@@ -1,17 +1,11 @@
+import com.android.build.api.dsl.KotlinMultiplatformAndroidLibraryExtension
+
plugins {
id("composeapp.multiplatform-feature-conventions")
- id("org.jetbrains.compose")
id("org.jetbrains.kotlin.plugin.compose")
alias(libs.plugins.sqldelight)
}
-android {
- namespace = "com.jarroyo.account"
- sourceSets["main"].apply {
- res.srcDirs("src/androidMain/res", "src/commonMain/resources")
- }
-}
-
sqldelight {
databases {
create("AccountDatabase") {
@@ -22,6 +16,10 @@ sqldelight {
}
kotlin {
+ android {
+ namespace = "com.jarroyo.account"
+ }
+
// REVIEW reason of ld: framework 'FirebaseCore' not found
tasks.matching { it.name == "linkDebugTestIosSimulatorArm64" }.configureEach {
enabled = false
@@ -53,4 +51,4 @@ kotlin {
implementation(libs.sqldelight.nativeDriver)
}
}
-}
\ No newline at end of file
+}
diff --git a/modules/feature-common-api/build.gradle.kts b/modules/feature-common-api/build.gradle.kts
index 06de56f..450d6e8 100644
--- a/modules/feature-common-api/build.gradle.kts
+++ b/modules/feature-common-api/build.gradle.kts
@@ -3,15 +3,11 @@ plugins {
alias(libs.plugins.kotlinx.serialization)
}
-android {
- namespace = "com.jarroyo.feature.common.api"
- resourcePrefix = "common_api_"
- defaultConfig {
- consumerProguardFiles("$projectDir/proguard-home-api-consumer-rules.pro")
+kotlin {
+ android {
+ namespace = "com.jarroyo.feature.common.api"
}
-}
-kotlin {
sourceSets {
commonMain.dependencies {
api(libs.jetbrains.kotlinx.serialization)
diff --git a/modules/feature-common/build.gradle.kts b/modules/feature-common/build.gradle.kts
index 4d5198e..034c790 100644
--- a/modules/feature-common/build.gradle.kts
+++ b/modules/feature-common/build.gradle.kts
@@ -4,14 +4,11 @@ plugins {
id("org.jetbrains.kotlin.plugin.compose")
}
-android {
- namespace = "com.jarroyo.feature.common"
- sourceSets["main"].apply {
- res.srcDirs("src/androidMain/res", "src/commonMain/resources")
+kotlin {
+ android {
+ namespace = "com.jarroyo.feature.common"
}
-}
-kotlin {
// REVIEW reason of ld: framework 'FirebaseCore' not found
tasks.matching { it.name == "linkDebugTestIosSimulatorArm64" }.configureEach {
enabled = false
diff --git a/modules/feature-common/src/androidMain/kotlin/com.jarroyo.feature.common/interactor/OpenUrlInBrowserInteractor.kt b/modules/feature-common/src/androidMain/kotlin/com.jarroyo.feature.common/interactor/OpenUrlInBrowserInteractor.kt
index 1d7841b..790a648 100644
--- a/modules/feature-common/src/androidMain/kotlin/com.jarroyo.feature.common/interactor/OpenUrlInBrowserInteractor.kt
+++ b/modules/feature-common/src/androidMain/kotlin/com.jarroyo.feature.common/interactor/OpenUrlInBrowserInteractor.kt
@@ -2,12 +2,12 @@ package com.jarroyo.feature.common.interactor
import android.content.Context
import android.content.Intent
-import android.net.Uri
+import androidx.core.net.toUri
import org.koin.java.KoinJavaComponent.get
actual fun openUrl(url: String) {
val context: Context = get(clazz = Context::class.java)
- val uri = url.let { Uri.parse(it) } ?: return
+ val uri = url.toUri()
val intent = Intent().apply {
action = Intent.ACTION_VIEW
data = uri
diff --git a/modules/feature-electricity-api/build.gradle.kts b/modules/feature-electricity-api/build.gradle.kts
index 20ace0f..45faa50 100644
--- a/modules/feature-electricity-api/build.gradle.kts
+++ b/modules/feature-electricity-api/build.gradle.kts
@@ -3,15 +3,11 @@ plugins {
alias(libs.plugins.kotlinx.serialization)
}
-android {
- namespace = "com.jarroyo.feature.electricity.api"
- resourcePrefix = "electricity_api_"
- defaultConfig {
- consumerProguardFiles("$projectDir/proguard-home-api-consumer-rules.pro")
+kotlin {
+ android {
+ namespace = "com.jarroyo.feature.electricity.api"
}
-}
-kotlin {
sourceSets {
commonMain.dependencies {
api(libs.jetbrains.kotlinx.serialization)
diff --git a/modules/feature-electricity/build.gradle.kts b/modules/feature-electricity/build.gradle.kts
index 5df392e..654605b 100644
--- a/modules/feature-electricity/build.gradle.kts
+++ b/modules/feature-electricity/build.gradle.kts
@@ -4,14 +4,11 @@ plugins {
id("org.jetbrains.kotlin.plugin.compose")
}
-android {
- namespace = "com.jarroyo.feature.electricity"
- sourceSets["main"].apply {
- res.srcDirs("src/androidMain/res", "src/commonMain/resources")
+kotlin {
+ android {
+ namespace = "com.jarroyo.feature.electricity"
}
-}
-kotlin {
// REVIEW reason of ld: framework 'FirebaseCore' not found
tasks.matching { it.name == "linkDebugTestIosSimulatorArm64" }.configureEach {
enabled = false
diff --git a/modules/feature-electricity/src/commonMain/kotlin/com/jarroyo/feature/electricity/ui/ElectricityScreen.kt b/modules/feature-electricity/src/commonMain/kotlin/com/jarroyo/feature/electricity/ui/ElectricityScreen.kt
index 8fb4de9..03a8d5d 100644
--- a/modules/feature-electricity/src/commonMain/kotlin/com/jarroyo/feature/electricity/ui/ElectricityScreen.kt
+++ b/modules/feature-electricity/src/commonMain/kotlin/com/jarroyo/feature/electricity/ui/ElectricityScreen.kt
@@ -47,14 +47,17 @@ import com.jarroyo.library.ui.shared.theme.Spacing
import com.kizitonwose.calendar.core.minusDays
import com.kizitonwose.calendar.core.now
import io.github.koalaplot.core.ChartLayout
-import io.github.koalaplot.core.line.LinePlot
+import io.github.koalaplot.core.line.LinePlot2
import io.github.koalaplot.core.style.LineStyle
import io.github.koalaplot.core.util.ExperimentalKoalaPlotApi
+import io.github.koalaplot.core.xygraph.AxisContent
+import io.github.koalaplot.core.xygraph.AxisStyle
import io.github.koalaplot.core.xygraph.CategoryAxisModel
import io.github.koalaplot.core.xygraph.DefaultPoint
-import io.github.koalaplot.core.xygraph.FloatLinearAxisModel
import io.github.koalaplot.core.xygraph.XYGraph
import io.github.koalaplot.core.xygraph.XYGraphScope
+import io.github.koalaplot.core.xygraph.rememberFloatLinearAxisModel
+import io.github.koalaplot.core.xygraph.rememberGridStyle
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.collect
import kotlinx.coroutines.flow.onEach
@@ -143,31 +146,40 @@ private fun ColumnScope.XYSamplePlot(state: State) {
val minGraph = minValue.toFloat() - 20
val maxGraph = maxValue.toFloat() + 20
+ val points = mapIndexed { index, value ->
+ if (value.value == minValue) {
+ hourMin = hourList[index]
+ }
+ if (value.value == maxValue) {
+ hourMax = hourList[index]
+ }
+ Logger.d("JAE ${hourList[index]} - $value")
+ DefaultPoint(hourList[index], value.value.toFloat())
+ }
ChartLayout(modifier = Modifier.fillMaxSize()) {
XYGraph(
xAxisModel = CategoryAxisModel(hourList),
- yAxisModel = FloatLinearAxisModel(range = minGraph..maxGraph),
+ yAxisModel = rememberFloatLinearAxisModel(range = minGraph..maxGraph),
+ xAxisContent = AxisContent(
+ labels = { Text(it) },
+ title = { Text("Hour") },
+ style = AxisStyle(),
+ ),
+ yAxisContent = AxisContent(
+ labels = { Text(it.toString()) },
+ title = { Text("Price") },
+ style = AxisStyle(),
+ ),
+ gridStyle = rememberGridStyle(),
) {
- val points = mapIndexed { index, value ->
- if (value.value == minValue) {
- hourMin = hourList[index]
- }
- if (value.value == maxValue) {
- hourMax = hourList[index]
- }
- Logger.d("JAE ${hourList[index]} - $value")
- DefaultPoint(hourList[index], value.value.toFloat())
- }
- Column {
- Text("Minimun prize: $minValue € at $hourMin")
- Text("Maximum prize: $maxValue € at $hourMax")
- Chart(
- data = points,
- modifier = Modifier.fillMaxWidth(),
- )
- }
+ Chart(
+ data = points,
+ modifier = Modifier.fillMaxWidth(),
+ )
}
}
+ Text("Minimun prize: $minValue € at $hourMin")
+ Text("Maximum prize: $maxValue € at $hourMax")
}
}
@@ -179,7 +191,7 @@ private fun XYGraphScope.Chart(
data: List>,
modifier: Modifier = Modifier,
) {
- LinePlot(
+ LinePlot2(
data = data,
modifier = modifier.fillMaxSize(),
lineStyle = LineStyle(
diff --git a/modules/feature-home-api/build.gradle.kts b/modules/feature-home-api/build.gradle.kts
index abdd765..d3cbc8f 100644
--- a/modules/feature-home-api/build.gradle.kts
+++ b/modules/feature-home-api/build.gradle.kts
@@ -3,15 +3,11 @@ plugins {
alias(libs.plugins.kotlinx.serialization)
}
-android {
- namespace = "com.jarroyo.feature.home.api"
- resourcePrefix = "home_api_"
- defaultConfig {
- consumerProguardFiles("$projectDir/proguard-home-api-consumer-rules.pro")
+kotlin {
+ android {
+ namespace = "com.jarroyo.feature.home.api"
}
-}
-kotlin {
sourceSets {
commonMain.dependencies {
api(libs.jetbrains.kotlinx.serialization)
diff --git a/modules/feature-home-shared/build.gradle.kts b/modules/feature-home-shared/build.gradle.kts
index 0ac4660..90005f8 100644
--- a/modules/feature-home-shared/build.gradle.kts
+++ b/modules/feature-home-shared/build.gradle.kts
@@ -4,14 +4,11 @@ plugins {
id("org.jetbrains.kotlin.plugin.compose")
}
-android {
- namespace = "com.jarroyo.feature.home.shared"
- sourceSets["main"].apply {
- res.srcDirs("src/androidMain/res", "src/commonMain/resources")
+kotlin {
+ android {
+ namespace = "com.jarroyo.feature.home.shared"
}
-}
-kotlin {
targets.filterIsInstance()
.forEach {
it.binaries.filterIsInstance()
diff --git a/modules/feature-launches-api/build.gradle.kts b/modules/feature-launches-api/build.gradle.kts
index 395cf17..dbc9718 100644
--- a/modules/feature-launches-api/build.gradle.kts
+++ b/modules/feature-launches-api/build.gradle.kts
@@ -3,15 +3,11 @@ plugins {
alias(libs.plugins.kotlinx.serialization)
}
-android {
- namespace = "com.jarroyo.feature.launches.api"
- resourcePrefix = "launches_api_"
- defaultConfig {
- consumerProguardFiles("$projectDir/proguard-home-api-consumer-rules.pro")
+kotlin {
+ android {
+ namespace = "com.jarroyo.feature.launches.api"
}
-}
-kotlin {
sourceSets {
commonMain.dependencies {
api(libs.jetbrains.kotlinx.serialization)
diff --git a/modules/feature-launches/build.gradle.kts b/modules/feature-launches/build.gradle.kts
index 0ad2898..38c52f4 100644
--- a/modules/feature-launches/build.gradle.kts
+++ b/modules/feature-launches/build.gradle.kts
@@ -5,30 +5,11 @@ plugins {
alias(libs.plugins.sqldelight)
}
-android {
- namespace = "com.jarroyo.launches.schedules"
- sourceSets["main"].apply {
- res.srcDirs("src/androidMain/res", "src/commonMain/resources")
- }
-}
-
-sqldelight {
- databases {
- create("Database") {
- packageName.set("com.jarroyo.feature.launches.sqldelight")
- }
- }
- linkSqlite.set(true)
-}
-
kotlin {
- // REVIEW reason of ld: framework 'FirebaseCore' not found
- tasks.matching { it.name == "linkDebugTestIosSimulatorArm64" }.configureEach {
- enabled = false
- }
- tasks.matching { it.name == "linkDebugTestIosX64" }.configureEach {
- enabled = false
+ android {
+ namespace = "com.jarroyo.launches.schedules"
}
+
sourceSets {
androidMain.dependencies {
implementation(libs.sqldelight.androidDriver)
@@ -55,4 +36,21 @@ kotlin {
implementation(libs.sqldelight.nativeDriver)
}
}
-}
\ No newline at end of file
+}
+
+sqldelight {
+ databases {
+ create("Database") {
+ packageName.set("com.jarroyo.feature.launches.sqldelight")
+ }
+ }
+ linkSqlite.set(true)
+}
+
+// REVIEW reason of ld: framework 'FirebaseCore' not found
+tasks.matching { it.name == "linkDebugTestIosSimulatorArm64" }.configureEach {
+ enabled = false
+}
+tasks.matching { it.name == "linkDebugTestIosX64" }.configureEach {
+ enabled = false
+}
diff --git a/modules/feature-launches/src/commonMain/kotlin/com/jarroyo/feature/launches/ui/launchdetail/LaunchDetailViewModel.kt b/modules/feature-launches/src/commonMain/kotlin/com/jarroyo/feature/launches/ui/launchdetail/LaunchDetailViewModel.kt
index 20150a2..ead62b9 100644
--- a/modules/feature-launches/src/commonMain/kotlin/com/jarroyo/feature/launches/ui/launchdetail/LaunchDetailViewModel.kt
+++ b/modules/feature-launches/src/commonMain/kotlin/com/jarroyo/feature/launches/ui/launchdetail/LaunchDetailViewModel.kt
@@ -16,7 +16,7 @@ import com.jarroyo.feature.launches.ui.launchdetail.LaunchDetailContract.State
import com.jarroyo.library.navigation.api.navigator.AppNavigator
import com.jarroyo.library.ui.shared.BaseViewModel
import kotlinx.coroutines.launch
-import org.koin.android.annotation.KoinViewModel
+import org.koin.core.annotation.KoinViewModel
@KoinViewModel
class LaunchDetailViewModel(
diff --git a/modules/feature-launches/src/commonMain/kotlin/com/jarroyo/feature/launches/ui/launchlist/LaunchListViewModel.kt b/modules/feature-launches/src/commonMain/kotlin/com/jarroyo/feature/launches/ui/launchlist/LaunchListViewModel.kt
index ce5afda..e7bd5bf 100644
--- a/modules/feature-launches/src/commonMain/kotlin/com/jarroyo/feature/launches/ui/launchlist/LaunchListViewModel.kt
+++ b/modules/feature-launches/src/commonMain/kotlin/com/jarroyo/feature/launches/ui/launchlist/LaunchListViewModel.kt
@@ -15,7 +15,7 @@ import com.jarroyo.feature.launches.ui.launchlist.LaunchListContract.State
import com.jarroyo.library.navigation.api.navigator.AppNavigator
import com.jarroyo.library.ui.shared.BaseViewModel
import kotlinx.coroutines.launch
-import org.koin.android.annotation.KoinViewModel
+import org.koin.core.annotation.KoinViewModel
import kotlin.time.ExperimentalTime
@KoinViewModel
diff --git a/modules/feature-login-api/build.gradle.kts b/modules/feature-login-api/build.gradle.kts
index 58e964e..6db49b4 100644
--- a/modules/feature-login-api/build.gradle.kts
+++ b/modules/feature-login-api/build.gradle.kts
@@ -3,15 +3,11 @@ plugins {
alias(libs.plugins.kotlinx.serialization)
}
-android {
- namespace = "com.jarroyo.feature.login.api"
- resourcePrefix = "login_api_"
- defaultConfig {
- consumerProguardFiles("$projectDir/proguard-home-api-consumer-rules.pro")
+kotlin {
+ android {
+ namespace = "com.jarroyo.feature.login.api"
}
-}
-kotlin {
sourceSets {
commonMain.dependencies {
api(libs.jetbrains.kotlinx.serialization)
diff --git a/modules/feature-login/build.gradle.kts b/modules/feature-login/build.gradle.kts
index 037ef38..8381122 100644
--- a/modules/feature-login/build.gradle.kts
+++ b/modules/feature-login/build.gradle.kts
@@ -4,14 +4,11 @@ plugins {
id("org.jetbrains.kotlin.plugin.compose")
}
-android {
- namespace = "com.jarroyo.login"
- sourceSets["main"].apply {
- res.srcDirs("src/androidMain/res", "src/commonMain/resources")
+kotlin {
+ android {
+ namespace = "com.jarroyo.login"
}
-}
-kotlin {
// REVIEW reason of ld: framework 'FirebaseCore' not found
tasks.matching { it.name == "linkDebugTestIosSimulatorArm64" }.configureEach {
enabled = false
diff --git a/modules/feature-login/src/commonMain/kotlin/com/jarroyo/feature/login/ui/login/LoginViewModel.kt b/modules/feature-login/src/commonMain/kotlin/com/jarroyo/feature/login/ui/login/LoginViewModel.kt
index 761380a..f252855 100644
--- a/modules/feature-login/src/commonMain/kotlin/com/jarroyo/feature/login/ui/login/LoginViewModel.kt
+++ b/modules/feature-login/src/commonMain/kotlin/com/jarroyo/feature/login/ui/login/LoginViewModel.kt
@@ -10,7 +10,7 @@ import com.jarroyo.feature.login.ui.login.LoginContract.State
import com.jarroyo.library.navigation.api.navigator.AppNavigator
import com.jarroyo.library.ui.shared.BaseViewModel
import kotlinx.coroutines.launch
-import org.koin.android.annotation.KoinViewModel
+import org.koin.core.annotation.KoinViewModel
@KoinViewModel
class LoginViewModel(
diff --git a/modules/feature-schedules-api/build.gradle.kts b/modules/feature-schedules-api/build.gradle.kts
index b7fbe17..bad6fa2 100644
--- a/modules/feature-schedules-api/build.gradle.kts
+++ b/modules/feature-schedules-api/build.gradle.kts
@@ -3,15 +3,11 @@ plugins {
alias(libs.plugins.kotlinx.serialization)
}
-android {
- namespace = "com.jarroyo.feature.schedules.api"
- resourcePrefix = "schedules_api_"
- defaultConfig {
- consumerProguardFiles("$projectDir/proguard-home-api-consumer-rules.pro")
+kotlin {
+ android {
+ namespace = "com.jarroyo.feature.schedules.api"
}
-}
-kotlin {
sourceSets {
commonMain.dependencies {
api(libs.jetbrains.kotlinx.serialization)
diff --git a/modules/feature-schedules/build.gradle.kts b/modules/feature-schedules/build.gradle.kts
index 8989d1b..9cbaf8f 100644
--- a/modules/feature-schedules/build.gradle.kts
+++ b/modules/feature-schedules/build.gradle.kts
@@ -4,14 +4,11 @@ plugins {
id("org.jetbrains.kotlin.plugin.compose")
}
-android {
- namespace = "com.jarroyo.feature.schedules"
- sourceSets["main"].apply {
- res.srcDirs("src/androidMain/res", "src/commonMain/resources")
+kotlin {
+ android {
+ namespace = "com.jarroyo.feature.schedules"
}
-}
-kotlin {
// REVIEW reason of ld: framework 'FirebaseCore' not found
tasks.matching { it.name == "linkDebugTestIosSimulatorArm64" }.configureEach {
enabled = false
diff --git a/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/list/ScheduleListScreen.kt b/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/list/ScheduleListScreen.kt
index c49d7ba..442d3bd 100644
--- a/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/list/ScheduleListScreen.kt
+++ b/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/list/ScheduleListScreen.kt
@@ -37,7 +37,7 @@ import com.jarroyo.feature.schedules.api.model.Schedule
import com.jarroyo.feature.schedules.ui.list.ScheduleListContract.Effect
import com.jarroyo.feature.schedules.ui.list.ScheduleListContract.Event
import com.jarroyo.feature.schedules.ui.list.ScheduleListContract.State
-import com.jarroyo.library.ui.shared.component.EmptyStateWithImage
+import com.jarroyo.library.ui.shared.component.EmptyState
import com.jarroyo.library.ui.shared.component.LocalMainScaffoldPadding
import com.jarroyo.library.ui.shared.component.LocalNavHostController
import com.jarroyo.library.ui.shared.component.observeResult
@@ -128,7 +128,7 @@ private fun ScheduleListScreen(
)
} else {
item {
- EmptyStateWithImage("No data available")
+ EmptyState("No data available")
}
}
}
diff --git a/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/list/ScheduleListViewModel.kt b/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/list/ScheduleListViewModel.kt
index cda2408..ba34479 100644
--- a/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/list/ScheduleListViewModel.kt
+++ b/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/list/ScheduleListViewModel.kt
@@ -12,7 +12,7 @@ import com.jarroyo.feature.schedules.ui.list.ScheduleListContract.State
import com.jarroyo.library.navigation.api.navigator.AppNavigator
import com.jarroyo.library.ui.shared.BaseViewModel
import kotlinx.coroutines.launch
-import org.koin.android.annotation.KoinViewModel
+import org.koin.core.annotation.KoinViewModel
@KoinViewModel
class ScheduleListViewModel(
diff --git a/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/scheduledetail/ScheduleDetailViewModel.kt b/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/scheduledetail/ScheduleDetailViewModel.kt
index 91f6139..48ce70a 100644
--- a/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/scheduledetail/ScheduleDetailViewModel.kt
+++ b/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/scheduledetail/ScheduleDetailViewModel.kt
@@ -18,7 +18,7 @@ import com.jarroyo.library.navigation.api.navigator.AppNavigator
import com.jarroyo.library.ui.shared.BaseViewModel
import kotlinx.coroutines.launch
import kotlinx.serialization.json.Json
-import org.koin.android.annotation.KoinViewModel
+import org.koin.core.annotation.KoinViewModel
@KoinViewModel
class ScheduleDetailViewModel(
diff --git a/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/userselector/UserSelectorViewModel.kt b/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/userselector/UserSelectorViewModel.kt
index c9a5751..0a4d1d5 100644
--- a/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/userselector/UserSelectorViewModel.kt
+++ b/modules/feature-schedules/src/commonMain/kotlin/com/jarroyo/feature/schedules/ui/userselector/UserSelectorViewModel.kt
@@ -13,7 +13,7 @@ import com.jarroyo.library.navigation.api.navigator.AppNavigator
import com.jarroyo.library.ui.shared.BaseViewModel
import kotlinx.coroutines.launch
import kotlinx.serialization.json.Json
-import org.koin.android.annotation.KoinViewModel
+import org.koin.core.annotation.KoinViewModel
@KoinViewModel
class UserSelectorViewModel (
diff --git a/modules/library-feature/build.gradle.kts b/modules/library-feature/build.gradle.kts
index 2eeb603..9ff339d 100644
--- a/modules/library-feature/build.gradle.kts
+++ b/modules/library-feature/build.gradle.kts
@@ -1,15 +1,15 @@
+import com.android.build.api.dsl.KotlinMultiplatformAndroidLibraryTarget
+import org.jetbrains.kotlin.gradle.dsl.KotlinMultiplatformExtension
+
plugins {
id("composeapp.multiplatform-library-conventions")
}
-android {
- namespace = "com.jarroyo.library.feature"
- resourcePrefix = "feature_"
- defaultConfig {
- consumerProguardFiles("$projectDir/proguard-feature-consumer-rules.pro")
- }
-}
kotlin {
+ android {
+ namespace = "com.jarroyo.library.feature"
+ }
+
sourceSets {
androidMain.dependencies {
}
@@ -17,4 +17,4 @@ kotlin {
api(projects.modules.libraryNavigationApi)
}
}
-}
\ No newline at end of file
+}
diff --git a/modules/library-navigation-api/build.gradle.kts b/modules/library-navigation-api/build.gradle.kts
index ed17abe..e9a3fea 100644
--- a/modules/library-navigation-api/build.gradle.kts
+++ b/modules/library-navigation-api/build.gradle.kts
@@ -2,15 +2,11 @@ plugins {
id("composeapp.multiplatform-library-conventions")
}
-android {
- namespace = "com.jarroyo.library.navigation.api"
- resourcePrefix = "navigation_api_"
- defaultConfig {
- consumerProguardFiles("$projectDir/proguard-navigation-api-consumer-rules.pro")
- }
-}
kotlin {
+ android {
+ namespace = "com.jarroyo.library.navigation.api"
+ }
sourceSets {
commonMain.dependencies {
implementation(libs.coroutines.core)
diff --git a/modules/library-navigation/build.gradle.kts b/modules/library-navigation/build.gradle.kts
index de8b9e8..0cc5312 100644
--- a/modules/library-navigation/build.gradle.kts
+++ b/modules/library-navigation/build.gradle.kts
@@ -2,15 +2,11 @@ plugins {
id("composeapp.multiplatform-library-conventions")
}
-android {
- namespace = "com.jarroyo.library.navigation"
- resourcePrefix = "navigation_"
- defaultConfig {
- consumerProguardFiles("$projectDir/proguard-navigation-consumer-rules.pro")
+kotlin {
+ android {
+ namespace = "com.jarroyo.library.navigation"
}
-}
-kotlin {
sourceSets {
commonMain.dependencies {
api(projects.modules.libraryNavigationApi)
diff --git a/modules/library-network-api/build.gradle.kts b/modules/library-network-api/build.gradle.kts
index 598a396..d5931fd 100644
--- a/modules/library-network-api/build.gradle.kts
+++ b/modules/library-network-api/build.gradle.kts
@@ -8,12 +8,9 @@ plugins {
alias(libs.plugins.apollo)
alias(libs.plugins.kotlinx.serialization)
}
-
-android {
- namespace = "com.jarroyo.composeapp.library.network.api"
- resourcePrefix = "network_api_"
- defaultConfig {
- consumerProguardFiles("$projectDir/proguard-network-api-consumer-rules.pro")
+kotlin {
+ android {
+ namespace = "com.jarroyo.composeapp.library.network.api"
}
}
diff --git a/modules/library-network/build.gradle.kts b/modules/library-network/build.gradle.kts
index 2aa867e..9946322 100644
--- a/modules/library-network/build.gradle.kts
+++ b/modules/library-network/build.gradle.kts
@@ -3,19 +3,11 @@ plugins {
alias(libs.plugins.kotlinx.serialization)
}
-android {
- namespace = "com.jarroyo.library.network"
- resourcePrefix = "network_"
- defaultConfig {
- consumerProguardFiles("$projectDir/proguard-network-consumer-rules.pro")
- }
- sourceSets {
- val main by getting
- main.manifest.srcFile("src/androidMain/AndroidManifest.xml")
- }
-}
kotlin {
+ android {
+ namespace = "com.jarroyo.library.network"
+ }
sourceSets {
commonMain.dependencies {
api(projects.modules.libraryNetworkApi)
@@ -35,4 +27,4 @@ kotlin {
}
}
-}
\ No newline at end of file
+}
diff --git a/modules/library-test/build.gradle.kts b/modules/library-test/build.gradle.kts
index 96c5c1d..91a1866 100644
--- a/modules/library-test/build.gradle.kts
+++ b/modules/library-test/build.gradle.kts
@@ -3,53 +3,47 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("multiplatform")
- id("com.android.library")
+ id("composeapp.multiplatform-library-conventions")
id("composeapp.config-conventions")
}
-android {
- namespace = "com.jarroyo.library.test"
- resourcePrefix = "test_"
- compileSdk = libs.versions.androidCompileSdk.get().toInt()
- defaultConfig {
- minSdk = config.android.minSdk.get()
- consumerProguardFiles("$projectDir/proguard-test-consumer-rules.pro")
- }
- packaging {
- resources {
- // Use this block to exclude conflicting files that breaks your APK assemble task
- excludes.add("META-INF/LICENSE-notice.md")
- excludes.add("META-INF/LICENSE.md")
- excludes.add("META-INF/NOTICE.md")
+kotlin {
+ android {
+ namespace = "com.jarroyo.library.test"
+ compileSdk = libs.versions.androidCompileSdk.get().toInt()
+
+ packaging {
+ resources {
+ excludes.add("META-INF/LICENSE-notice.md")
+ excludes.add("META-INF/LICENSE.md")
+ excludes.add("META-INF/NOTICE.md")
+ }
}
}
- compileOptions {
- sourceCompatibility = config.android.javaVersion.get()
- targetCompatibility = config.android.javaVersion.get()
- }
-}
-kotlin {
- androidTarget()
- // jvm("desktop")
sourceSets {
androidMain.dependencies {
api(libs.androidx.test.core)
api(libs.androidx.test.runner)
+ api(libs.junit)
+ api(libs.mockk.android)
}
commonMain.dependencies {
api(libs.apollo.testing.support)
api(libs.coroutines.test)
- api(libs.junit)
- api(libs.mockk)
}
commonTest.dependencies {
api(libs.apollo.testing.support)
api(libs.coroutines.test)
api(libs.jetbrains.kotlin.test)
- api(libs.junit)
- api(libs.mockk)
+ }
+
+ val desktopMain by getting {
+ dependencies {
+ api(libs.junit)
+ api(libs.mockk)
+ }
}
}
}
diff --git a/modules/library-ui-shared/build.gradle.kts b/modules/library-ui-shared/build.gradle.kts
index 520b1e6..a9c7f6a 100644
--- a/modules/library-ui-shared/build.gradle.kts
+++ b/modules/library-ui-shared/build.gradle.kts
@@ -4,31 +4,33 @@ plugins {
id("org.jetbrains.kotlin.plugin.compose")
}
-android {
- namespace = "com.jarroyo.library.ui.shared"
-}
-
kotlin {
+ android {
+ namespace = "com.jarroyo.library.ui.shared"
+ }
+
sourceSets {
- sourceSets {
- commonMain {
- resources.srcDirs("src/commonMain/resources")
- }
+ commonMain {
+ resources.srcDirs("src/commonMain/resources")
}
commonMain.dependencies {
api(libs.jetbrains.compose.material.icons.extended)
+ api(libs.jetbrains.lifecycle.viewmodel)
+ api(libs.jetbrains.lifecycle.viewmodel.compose)
+ api(libs.jetbrains.lifecycle.runtime.compose)
+ api(libs.jetbrains.compose.components.resources)
+ api(libs.jetbrains.compose.foundation)
+ api(libs.jetbrains.compose.material)
+ api(libs.jetbrains.compose.material3)
+ api(libs.jetbrains.compose.ui)
+ api(libs.jetbrains.compose.ui.graphics)
+ api(libs.compose.placeholder)
+ api(libs.coroutines.core)
+ api(projects.modules.libraryFeature)
+
implementation(libs.jetbrains.kotlinx.serialization)
implementation(projects.modules.libraryNavigationApi)
-
- implementation(libs.jetbrains.compose.components.resources)
- implementation(libs.jetbrains.compose.foundation)
- implementation(libs.jetbrains.compose.material)
- implementation(libs.jetbrains.compose.material3)
- implementation(libs.jetbrains.compose.ui)
- implementation(libs.jetbrains.compose.ui.graphics)
- implementation(libs.compose.placeholder)
- implementation(libs.coroutines.core)
}
}
-}
\ No newline at end of file
+}
diff --git a/settings.gradle.kts b/settings.gradle.kts
index ebcb77e..122888c 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -6,10 +6,9 @@ pluginManagement {
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}
-// https://docs.gradle.org/7.0/userguide/declaring_dependencies.html#sec:type-safe-project-accessors
+
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
-@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositories {
gradlePluginPortal()
@@ -24,7 +23,6 @@ include(
// Apps
":app",
":desktop",
- ":iosapp",
// Modules
":modules:feature-account",