Commit 87e1088
fix: Resolve Typography type conflict (kotlin.text vs material3)
- Replace wildcard import (androidx.compose.material3.*) with explicit imports
- The wildcard imported kotlin.text.Typography (stdlib) instead of material3 Typography
- Call Typography() constructor explicitly
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent aab6753 commit 87e1088
1 file changed
Lines changed: 5 additions & 2 deletions
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | | - | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
0 commit comments