summaryrefslogtreecommitdiff
path: root/android-app/app/build/intermediates/incremental/debug-mergeJavaRes
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/intermediates/incremental/debug-mergeJavaRes
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/intermediates/incremental/debug-mergeJavaRes')
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/merge-statebin19457 -> 22401 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BTsM7arBN+LJBTchB_RFxtOy7Pk=bin354492 -> 0 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CD29ldpmfn4egt60G0So54i3Fag=bin52314 -> 0 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KHHT2gCqSu9YRcOurvjsJZbjXFw=bin41550 -> 0 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OVi2ROOs5UDp249c7T+B3kv+hkg=bin9612 -> 0 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZtUzXXVujkRb9fpdOOa_kAfIaxE=bin20559 -> 0 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b7YXrlx5iREPFsYAycvyggVLajk=bin18379 -> 0 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/keFkCi+zHX2jt4gBTjkc8SdDNyg=bin231966 -> 0 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n476oCJ587bYAm+FQkSiUDqg_2w=bin376794 -> 0 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q+UyYIGSes_xf6WZM6O5igkX_44=bin14592 -> 0 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rkBn1rQUJ8O1hxjTqqQFnaedFw0=bin40372 -> 0 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uXyJfXVcxEsk_0QwSBWrPO3Rqlo=bin506894 -> 0 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xPEpOv+85OZ9CRffDT+XA5th_fk=bin64553 -> 0 bytes
-rw-r--r--android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yhUKa_Zoljb2zA+y9bKxz+RQu10=bin41698 -> 0 bytes
14 files changed, 0 insertions, 0 deletions
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state
index 81f1e7a..7f51354 100644
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state
+++ b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BTsM7arBN+LJBTchB_RFxtOy7Pk= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BTsM7arBN+LJBTchB_RFxtOy7Pk=
deleted file mode 100644
index 9e21c96..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/BTsM7arBN+LJBTchB_RFxtOy7Pk=
+++ /dev/null
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CD29ldpmfn4egt60G0So54i3Fag= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CD29ldpmfn4egt60G0So54i3Fag=
deleted file mode 100644
index fd6b42c..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CD29ldpmfn4egt60G0So54i3Fag=
+++ /dev/null
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KHHT2gCqSu9YRcOurvjsJZbjXFw= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KHHT2gCqSu9YRcOurvjsJZbjXFw=
deleted file mode 100644
index 2a6441a..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KHHT2gCqSu9YRcOurvjsJZbjXFw=
+++ /dev/null
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OVi2ROOs5UDp249c7T+B3kv+hkg= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OVi2ROOs5UDp249c7T+B3kv+hkg=
deleted file mode 100644
index 4f1af9b..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OVi2ROOs5UDp249c7T+B3kv+hkg=
+++ /dev/null
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZtUzXXVujkRb9fpdOOa_kAfIaxE= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZtUzXXVujkRb9fpdOOa_kAfIaxE=
deleted file mode 100644
index bff7b3b..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZtUzXXVujkRb9fpdOOa_kAfIaxE=
+++ /dev/null
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b7YXrlx5iREPFsYAycvyggVLajk= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b7YXrlx5iREPFsYAycvyggVLajk=
deleted file mode 100644
index 07b7738..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b7YXrlx5iREPFsYAycvyggVLajk=
+++ /dev/null
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/keFkCi+zHX2jt4gBTjkc8SdDNyg= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/keFkCi+zHX2jt4gBTjkc8SdDNyg=
deleted file mode 100644
index 04a3387..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/keFkCi+zHX2jt4gBTjkc8SdDNyg=
+++ /dev/null
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n476oCJ587bYAm+FQkSiUDqg_2w= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n476oCJ587bYAm+FQkSiUDqg_2w=
deleted file mode 100644
index c703ef4..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n476oCJ587bYAm+FQkSiUDqg_2w=
+++ /dev/null
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q+UyYIGSes_xf6WZM6O5igkX_44= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q+UyYIGSes_xf6WZM6O5igkX_44=
deleted file mode 100644
index 8bf936d..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q+UyYIGSes_xf6WZM6O5igkX_44=
+++ /dev/null
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rkBn1rQUJ8O1hxjTqqQFnaedFw0= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rkBn1rQUJ8O1hxjTqqQFnaedFw0=
deleted file mode 100644
index dccab6f..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rkBn1rQUJ8O1hxjTqqQFnaedFw0=
+++ /dev/null
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uXyJfXVcxEsk_0QwSBWrPO3Rqlo= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uXyJfXVcxEsk_0QwSBWrPO3Rqlo=
deleted file mode 100644
index 1fb0044..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uXyJfXVcxEsk_0QwSBWrPO3Rqlo=
+++ /dev/null
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xPEpOv+85OZ9CRffDT+XA5th_fk= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xPEpOv+85OZ9CRffDT+XA5th_fk=
deleted file mode 100644
index 2e07982..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xPEpOv+85OZ9CRffDT+XA5th_fk=
+++ /dev/null
Binary files differ
diff --git a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yhUKa_Zoljb2zA+y9bKxz+RQu10= b/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yhUKa_Zoljb2zA+y9bKxz+RQu10=
deleted file mode 100644
index 21e1755..0000000
--- a/android-app/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yhUKa_Zoljb2zA+y9bKxz+RQu10=
+++ /dev/null
Binary files differ