Jimmy Jose
03/22/2025, 8:55 AMCan't show file for stack frame : <DBGLLDBStackFrame: 0x31d3109a0> - stackNumber:7 - name:kfun:kotlinx.coroutines.internal#propagateExceptionFinalResort(kotlin.Throwable){}. The file path does not exist on the file system: /opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/native/src/internal/CoroutineExceptionHandlerImpl.kt
I found this which suggests this as a solution. But its not working for me.
Any help will be appreciated. 🙏 Can give more info if needed.Jimmy Jose
03/22/2025, 9:36 AMJimmy Jose
03/23/2025, 3:14 AM@Query("SELECT SUM(CASE WHEN LOWER(status) <> 'deleted' AND LOWER(status) <> 'settled' THEN amount ELSE 0 END) AS totalAmount FROM `lenddata`")
suspend fun getTotal(): String
I updated it to
suspend fun getTotal(): String?
Which resolved my issue.