mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: harden reliability, clean up KMP compliance, and improve code quality (#5023)
This commit is contained in:
parent
537029a71c
commit
14b381c1eb
53 changed files with 370 additions and 409 deletions
|
|
@ -49,10 +49,8 @@ kotlin {
|
|||
}
|
||||
commonTest.dependencies {
|
||||
implementation(projects.core.testing)
|
||||
implementation(kotlin("test"))
|
||||
implementation(libs.kotlinx.coroutines.test)
|
||||
implementation(libs.androidx.room.testing)
|
||||
implementation(libs.turbine)
|
||||
}
|
||||
|
||||
val androidHostTest by getting {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue