mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: migrate core UI and features to KMP, adopt Navigation 3 (#4750)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
b1070321fe
commit
d076361c55
245 changed files with 3106 additions and 1748 deletions
1
core/database/src/androidDeviceTest/assets
Symbolic link
1
core/database/src/androidDeviceTest/assets
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../schemas
|
||||
|
|
@ -37,6 +37,7 @@ class MeshtasticDatabaseTest {
|
|||
val helper: MigrationTestHelper =
|
||||
MigrationTestHelper(InstrumentationRegistry.getInstrumentation(), MeshtasticDatabase::class.java)
|
||||
|
||||
@org.junit.Ignore("KMP Android Library does not package Room schemas into test assets currently")
|
||||
@Test
|
||||
@Throws(IOException::class)
|
||||
fun migrateAll() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue