drop native-route dir again
Some checks failed
CI - Multi-Platform Native / Build iOS (RSSuper) (push) Has been cancelled
CI - Multi-Platform Native / Build macOS (push) Has been cancelled
CI - Multi-Platform Native / Build Android (push) Has been cancelled
CI - Multi-Platform Native / Build Linux (push) Has been cancelled
CI - Multi-Platform Native / Integration Tests (push) Has been cancelled
CI - Multi-Platform Native / Build Summary (push) Has been cancelled

This commit is contained in:
2026-03-31 12:08:01 -04:00
parent 199c711dd4
commit 6a7efebdfc
64 changed files with 536 additions and 8642 deletions

View File

@@ -45,6 +45,9 @@ dependencies {
// AndroidX
implementation("androidx.core:core-ktx:1.12.0")
// WorkManager for background sync
implementation("androidx.work:work-runtime-ktx:2.9.0")
// XML Parsing - built-in XmlPullParser
implementation("androidx.room:room-runtime:2.6.1")
@@ -74,4 +77,10 @@ dependencies {
testImplementation("androidx.test:runner:1.5.2")
testImplementation("org.robolectric:robolectric:4.11.1")
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
// WorkManager testing
testImplementation("androidx.work:work-testing:2.9.0")
// Android test dependencies
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
}