Commit 990206f
committed
build: upgrade Kotlin 2.1.21, KSP 2.1.21-2.0.2, Room 2.7.2
Coordinated lockstep upgrade (deferred from the build-stack PR, where these
could not move because Room 2.6.1's generated DAO is incompatible with KSP2):
- Kotlin 2.0.21 -> 2.1.21
- KSP 2.0.21-1.0.27 -> 2.1.21-2.0.2 (KSP2; matched to Kotlin)
- Room 2.6.1 -> 2.7.2 (fixes the KSP2 suspend-DAO Continuation codegen)
Roomigrant 0.3.4 remains compatible; generated migrations still build.
Room exports identical schema JSON (app/schemas unchanged), so there is no
database version change or migration impact (DB stays at version 8).1 parent a9517d7 commit 990206f
3 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
0 commit comments