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 --- .../dex/debug/mergeExtDexDebug/classes.dex | Bin 8638820 -> 8835048 bytes .../dex/debug/mergeExtDexDebug/classes2.dex | Bin 8391284 -> 11220444 bytes .../dex/debug/mergeProjectDexDebug/0/classes.dex | Bin 564320 -> 560324 bytes .../dex/debug/mergeProjectDexDebug/10/classes.dex | Bin 86620 -> 135816 bytes 4 files changed, 0 insertions(+), 0 deletions(-) (limited to 'android-app/app/build/intermediates/dex') diff --git a/android-app/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex b/android-app/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex index 9055cb6..60ac7a3 100644 Binary files a/android-app/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex and b/android-app/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex differ diff --git a/android-app/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex b/android-app/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex index 6560cfd..37869c2 100644 Binary files a/android-app/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex and b/android-app/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex differ diff --git a/android-app/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex b/android-app/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex index fd6a17d..72a1274 100644 Binary files a/android-app/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex and b/android-app/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex differ diff --git a/android-app/app/build/intermediates/dex/debug/mergeProjectDexDebug/10/classes.dex b/android-app/app/build/intermediates/dex/debug/mergeProjectDexDebug/10/classes.dex index 05f0832..67421ab 100644 Binary files a/android-app/app/build/intermediates/dex/debug/mergeProjectDexDebug/10/classes.dex and b/android-app/app/build/intermediates/dex/debug/mergeProjectDexDebug/10/classes.dex differ -- cgit v1.2.3