I'm working on a project in Compose and running the app on a device. I'm getting this weird error which causes the app to crash if the app is open and I'm editing the code
JNI DETECTED ERROR IN APPLICATION: JNI CallVoidMethodV called with pending exception java.lang.NoSuchMethodError: no non-static method "Landroidx/compose/runtime/HotReloader$Companion;.saveStateAndDispose(Ljava/lang/Object;)V"
. The trace is pretty extensive after that first line. Is anyone else having this issue? Been googling a bit but can't find anything.