Files
honeyDueKMP/iosApp
Trey t 7c0238bdf8 Fix residence property values using KotlinInt/KotlinDouble incorrectly
When Kotlin types are bridged to Swift, Int? becomes KotlinInt? and
Double? becomes KotlinDouble?. These wrapper types don't work correctly
with String interpolation or format specifiers - need to use .intValue
and .doubleValue to get native Swift types.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 19:03:58 -06:00
..
2025-11-28 21:10:38 -06:00