mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
docs: summarize KMP migration progress and architectural decisions (#4770)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
bdfd7b9251
commit
84bb6d24e4
38 changed files with 3554 additions and 189 deletions
|
|
@ -27,7 +27,10 @@ import io.ktor.client.engine.HttpClientEngine
|
|||
import kotlinx.coroutines.CoroutineDispatcher
|
||||
import okhttp3.OkHttpClient
|
||||
import org.junit.Test
|
||||
import org.koin.test.verify.definition
|
||||
import org.koin.test.verify.injectedParameters
|
||||
import org.koin.test.verify.verify
|
||||
import org.meshtastic.app.map.MapViewModel
|
||||
import org.meshtastic.core.model.util.NodeIdLookup
|
||||
|
||||
class KoinVerificationTest {
|
||||
|
|
@ -51,6 +54,7 @@ class KoinVerificationTest {
|
|||
HttpClientEngine::class,
|
||||
OkHttpClient::class,
|
||||
),
|
||||
injections = injectedParameters(definition<MapViewModel>(SavedStateHandle::class)),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue