From cc76e4f3cc4e4d958f398ed2899a8d653815985b Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 15 Mar 2026 06:52:23 +0000 Subject: 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 --- .../debug/packageDebugResources/compile-file-map.properties | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'android-app/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties') 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 -- cgit v1.2.3