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 --- .../compileDebugKotlin/local-state/build-history.bin | Bin 31 -> 31 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'android-app/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin') diff --git a/android-app/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin b/android-app/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin index 3d434ed..bd51c72 100644 Binary files a/android-app/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin and b/android-app/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin differ -- cgit v1.2.3