From a2e83eb718276df710c5e3f1870f34249bf3a75e Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 19 Mar 2026 13:02:00 -0500 Subject: [PATCH] conductor(checkpoint): Checkpoint end of Phase 1 --- .../kotlin/org/meshtastic/feature/settings/debugging/Debug.kt | 0 .../org/meshtastic/feature/settings/debugging/DebugFiltersTest.kt | 0 .../org/meshtastic/feature/settings/debugging/DebugSearchTest.kt | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename feature/settings/src/{androidMain => commonMain}/kotlin/org/meshtastic/feature/settings/debugging/Debug.kt (100%) rename feature/settings/src/{androidTest => commonTest}/kotlin/org/meshtastic/feature/settings/debugging/DebugFiltersTest.kt (100%) rename feature/settings/src/{androidTest => commonTest}/kotlin/org/meshtastic/feature/settings/debugging/DebugSearchTest.kt (100%) diff --git a/feature/settings/src/androidMain/kotlin/org/meshtastic/feature/settings/debugging/Debug.kt b/feature/settings/src/commonMain/kotlin/org/meshtastic/feature/settings/debugging/Debug.kt similarity index 100% rename from feature/settings/src/androidMain/kotlin/org/meshtastic/feature/settings/debugging/Debug.kt rename to feature/settings/src/commonMain/kotlin/org/meshtastic/feature/settings/debugging/Debug.kt diff --git a/feature/settings/src/androidTest/kotlin/org/meshtastic/feature/settings/debugging/DebugFiltersTest.kt b/feature/settings/src/commonTest/kotlin/org/meshtastic/feature/settings/debugging/DebugFiltersTest.kt similarity index 100% rename from feature/settings/src/androidTest/kotlin/org/meshtastic/feature/settings/debugging/DebugFiltersTest.kt rename to feature/settings/src/commonTest/kotlin/org/meshtastic/feature/settings/debugging/DebugFiltersTest.kt diff --git a/feature/settings/src/androidTest/kotlin/org/meshtastic/feature/settings/debugging/DebugSearchTest.kt b/feature/settings/src/commonTest/kotlin/org/meshtastic/feature/settings/debugging/DebugSearchTest.kt similarity index 100% rename from feature/settings/src/androidTest/kotlin/org/meshtastic/feature/settings/debugging/DebugSearchTest.kt rename to feature/settings/src/commonTest/kotlin/org/meshtastic/feature/settings/debugging/DebugSearchTest.kt