mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: leverage new dependency features from recent updates (#5057)
This commit is contained in:
parent
929e273978
commit
9c8532f80d
18 changed files with 47 additions and 57 deletions
|
|
@ -41,8 +41,6 @@ kotlin {
|
|||
}
|
||||
androidMain.dependencies { api(libs.androidx.core.ktx) }
|
||||
|
||||
val androidHostTest by getting { dependencies { implementation(libs.robolectric) } }
|
||||
|
||||
commonTest.dependencies { implementation(libs.kotlinx.coroutines.test) }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue