File tree Expand file tree Collapse file tree 3 files changed +19
-18
lines changed
src/androidMain/kotlin/dev/johnoreilly/common/ui Expand file tree Collapse file tree 3 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ kotlin {
6363 implementation(compose.foundation)
6464 implementation(compose.material3)
6565 implementation(compose.components.resources)
66+ implementation(compose.materialIconsExtended)
6667 implementation(libs.compose.adaptive)
6768 implementation(libs.compose.adaptive.layout)
6869 implementation(libs.lifecyle.runtime)
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.1.10 "
3- ksp = " 2.1.10-1 .0.30 "
2+ kotlin = " 2.1.21 "
3+ ksp = " 2.1.21-2 .0.1 "
44
5- androidGradlePlugin = " 8.9.0 "
5+ androidGradlePlugin = " 8.10.1 "
66androidxActivity = " 1.10.1"
7- androidxComposeBom = " 2025.04 .00"
8- androidxLifecycle = " 2.8.7 "
9- androidxNavigationCompose = " 2.8.9 "
10- androidxRoom = " 2.7.0 "
11- circuit = " 0.25 .0"
12- composeLifecyleRuntime =" 2.8.4 "
13- compose-multiplatform = " 1.7.3 "
14- composeAdaptiveLayout = " 1.0.0 "
15- coroutines = " 1.10.1 "
7+ androidxComposeBom = " 2025.06 .00"
8+ androidxLifecycle = " 2.9.1 "
9+ androidxNavigationCompose = " 2.9.0 "
10+ androidxRoom = " 2.7.1 "
11+ circuit = " 0.28 .0"
12+ composeLifecyleRuntime =" 2.9.0 "
13+ compose-multiplatform = " 1.8.1 "
14+ composeAdaptiveLayout = " 1.1.1 "
15+ coroutines = " 1.10.2 "
1616junit = " 4.13.2"
17- kmpNativeCoroutines = " 1.0.0-ALPHA-38 "
17+ kmpNativeCoroutines = " 1.0.0-ALPHA-42 "
1818kmpObservableViewModel = " 1.0.0-BETA-7"
19- kotlin-inject-anvil = " 0.1.2 "
20- kotlininject = " 0.7.2 "
19+ kotlin-inject-anvil = " 0.1.6 "
20+ kotlininject = " 0.8.0 "
2121kotlinxSerialization = " 1.8.1"
22- ktor = " 3.1.1 "
22+ ktor = " 3.1.2 "
2323okhttp = " 5.0.0-alpha.14"
24- slf4j = " 2.0.16 "
24+ slf4j = " 2.0.17 "
2525slf4jAndroid = " 2.0.7-0"
26- sqlite = " 2.5.0 "
26+ sqlite = " 2.5.1 "
2727
2828minSdk = " 24"
2929targetSdk = " 35"
You can’t perform that action at this time.
0 commit comments