summaryrefslogtreecommitdiff
path: root/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-15 06:52:23 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-15 06:52:23 +0000
commitcc76e4f3cc4e4d958f398ed2899a8d653815985b (patch)
tree74befb533f198c0e072bce567317924d051a4157 /android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups
parentc3f1178d30de7f1c5c536d0863d547299f2ab54e (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/lookups')
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab2
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tabbin4096 -> 4096 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystreambin4096 -> 8192 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.lenbin8 -> 8 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.lenbin8 -> 8 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.atbin85 -> 301 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_ibin32768 -> 32768 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tabbin4096 -> 4096 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystreambin4096 -> 4096 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.lenbin8 -> 8 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.lenbin8 -> 8 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.atbin374 -> 2700 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_ibin32768 -> 32768 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tabbin16384 -> 49152 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystreambin102400 -> 274432 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.lenbin8 -> 8 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.lenbin8 -> 8 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.atbin12109 -> 29467 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_ibin32768 -> 98304 bytes
-rw-r--r--android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.lenbin8 -> 8 bytes
20 files changed, 1 insertions, 1 deletions
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
index 888a92d..76782c5 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
@@ -1,2 +1,2 @@
-6
+42
0 \ No newline at end of file
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab
index 1af8bd8..743e9ce 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream
index 06cbab6..257274b 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len
index 013ea45..65736b9 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len
index 9e27f73..709f734 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at
index 87c4282..e4d9e0d 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i
index c8e613b..84cd5dc 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab
index fb70b39..f0fd910 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream
index 3d5fe7a..52dd6f6 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len
index fa902fa..541378f 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len
index 9e27f73..709f734 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at
index 09b6aa5..417cdfc 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i
index b7dc911..edce6f2 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab
index edf5541..3b33b12 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream
index 5273d6c..708828b 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len
index 9217476..daf7a91 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len
index a8e7ed7..fe2dd79 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at
index 4f67112..761bafb 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i
index cee9074..2d66b08 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i
Binary files differ
diff --git a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len
index 131e265..4424406 100644
--- a/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len
+++ b/android-app/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len
Binary files differ