Commit 15af7ce
committed
build: update dependencies and migrate preview imports
This commit updates several core dependencies including Kotlin to 2.3.10, Compose Multiplatform to 1.10.1, and various AndroidX/third-party libraries (Koin, Ktor, Room, etc.). It also migrates `@Preview` imports from `org.jetbrains.compose.ui.tooling.preview` to `androidx.compose.ui.tooling.preview` across the project and standardizes the use of `libs.androidx.compose.ui.tooling.preview` in build scripts.
- **chore(deps)**: Bump Kotlin to `2.3.10`, Compose Multiplatform to `1.10.1`, KSP to `2.3.5`, and AGP to `8.13.1`.
- **chore(deps)**: Update Koin (`4.1.1`), Ktor (`3.4.0`), Room (`2.8.4`), and various AndroidX library versions.
- **refactor**: Migrate `@Preview` imports to `androidx.compose.ui.tooling.preview` in multiple UI components.
- **build**: Replace `compose.components.uiToolingPreview` with `libs.androidx.compose.ui.tooling.preview` in module Gradle files.
- **chore**: Remove unused imports and suppress minor warnings in `DeepLinkParser` and `SharedModules`.
- **chore**: Clean up and explicitate string resource imports in `RateLimitDialog.kt`.1 parent 02329e1 commit 15af7ce
34 files changed
Lines changed: 69 additions & 77 deletions
File tree
- build-logic/convention/src/main/kotlin
- composeApp
- release/baselineProfiles
- 0
- 1
- src/commonMain/kotlin/zed/rainxch/githubstore
- app
- components
- deeplink
- di
- core/presentation
- src/commonMain/kotlin/zed/rainxch/core/presentation/components
- feature
- apps/presentation
- src/commonMain/kotlin/zed/rainxch/apps/presentation
- auth/presentation
- src/commonMain/kotlin/zed/rainxch/auth/presentation
- details/presentation
- src/commonMain/kotlin/zed/rainxch/details/presentation
- components
- dev-profile/presentation
- src/commonMain/kotlin/zed/rainxch/devprofile/presentation/components
- favourites/presentation
- src/commonMain/kotlin/zed/rainxch/favourites/presentation
- home/presentation
- src/commonMain/kotlin/zed/rainxch/home/presentation
- profile/presentation
- src/commonMain/kotlin/zed/rainxch/profile/presentation
- components/sections
- search/presentation
- src/commonMain/kotlin/zed/rainxch/search/presentation
- starred/presentation
- src/commonMain/kotlin/zed/rainxch/starred/presentation
- components
- gradle
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
Binary file not shown.
Binary file not shown.
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
22 | 19 | | |
23 | | - | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
| |||
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
25 | 33 | | |
26 | 34 | | |
27 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments