diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-15 06:52:23 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-15 06:52:23 +0000 |
| commit | cc76e4f3cc4e4d958f398ed2899a8d653815985b (patch) | |
| tree | 74befb533f198c0e072bce567317924d051a4157 /android-app/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties | |
| parent | c3f1178d30de7f1c5c536d0863d547299f2ab54e (diff) | |
fix: move weather feature to org/terst/nav package directories
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>
Diffstat (limited to 'android-app/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties')
| -rw-r--r-- | android-app/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/android-app/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/android-app/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties index 0eba3a1..e6b1783 100644 --- a/android-app/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +++ b/android-app/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties @@ -1,6 +1,14 @@ -#Fri Mar 13 23:38:58 UTC 2026 +#Sun Mar 15 06:51:34 UTC 2026 +org.terst.nav.app-main-6\:/drawable/ic_tidal_arrow.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_tidal_arrow.xml +org.terst.nav.app-packageDebugResources-3\:/layout/fragment_map.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_map.xml +org.terst.nav.app-packageDebugResources-3\:/layout/fragment_forecast.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_forecast.xml org.terst.nav.app-main-6\:/drawable/ic_anchor.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_anchor.xml -org.terst.nav.app-main-6\:/layout/activity_main.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_main.xml +org.terst.nav.app-main-6\:/drawable/ic_wind_arrow.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_wind_arrow.xml org.terst.nav.app-main-6\:/mipmap-anydpi-v26/ic_launcher_round.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-anydpi-v26/ic_launcher_round.xml org.terst.nav.app-main-6\:/mipmap-anydpi-v26/ic_launcher.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-anydpi-v26/ic_launcher.xml +org.terst.nav.app-packageDebugResources-3\:/layout/activity_weather.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_weather.xml +org.terst.nav.app-packageDebugResources-3\:/layout/fragment_voice_log.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/fragment_voice_log.xml +org.terst.nav.app-main-6\:/menu/bottom_nav_menu.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/menu/bottom_nav_menu.xml +org.terst.nav.app-packageDebugResources-3\:/layout/item_forecast.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/item_forecast.xml org.terst.nav.app-main-6\:/raw/mob_alarm.mp3=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/raw/mob_alarm.mp3 +org.terst.nav.app-packageDebugResources-3\:/layout/activity_main.xml=/workspace/nav/android-app/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_main.xml |
