diff --git a/feature/car/src/test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt b/feature/car/src/test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt index 6c8a982eb..7d1263f50 100644 --- a/feature/car/src/test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt +++ b/feature/car/src/test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt @@ -14,6 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER") + package org.meshtastic.feature.car import androidx.car.app.model.PaneTemplate