Commit 01ce38b
fix(runtime): add missing buildRouteName utility function
Adds the buildRouteName() utility function that was referenced by generated
code but was missing from the runtime library.
This function creates unique route names for the Compose Navigation library
by combining the entry's qualified class name with a hash of its arguments
(if present).
Fixes compilation errors in generated entry factory code.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 52c98e2 commit 01ce38b
1 file changed
+22
-0
lines changedLines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments