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/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs | |
| 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/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs')
| -rw-r--r-- | android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab | bin | 4096 -> 4096 bytes |
| -rw-r--r-- | android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream | bin | 4096 -> 8192 bytes |
| -rw-r--r-- | android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len | bin | 8 -> 8 bytes |
| -rw-r--r-- | android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len | bin | 8 -> 8 bytes |
| -rw-r--r-- | android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at | bin | 4233 -> 26727 bytes |
| -rw-r--r-- | android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i | bin | 32768 -> 32768 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab Binary files differindex 32806a8..bb21844 100644 --- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream Binary files differindex 06cbab6..257274b 100644 --- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len Binary files differindex 013ea45..65736b9 100644 --- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len Binary files differindex 9e27f73..709f734 100644 --- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at Binary files differindex 2127d18..2061e22 100644 --- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i Binary files differindex c8e613b..84cd5dc 100644 --- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i |
