summaryrefslogtreecommitdiff
path: root/android-app/app/build/kotlin/compileDebugKotlin/cacheable
AgeCommit message (Collapse)Author
14 daysfix: move weather feature to org/terst/nav package directoriesPeter Stone
Package declarations were already org.terst.nav.* but files lived under com/example/androidapp/. Kotlin 2.0 (K2) compiler on CI fails when package declarations don't match directory structure during kapt stub generation. Moved all 20 files to their correct locations and renamed MainActivity (weather) -> WeatherActivity to avoid confusion with the nav app's MainActivity. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13fix: resolve MapLibre 11.x migration issues and layout/resource errorsPeter Stone