kiwix-android/settings.gradle.kts
MohitMaliFtechiz 157d572396 Fixed: All compilation errors in dagger.
* Properly included the migration module based on the build variant via dagger.
2025-08-29 17:14:48 +02:00

10 lines
152 B
Plaintext

include(
":core",
":app",
":custom",
":install_time_asset",
":objectboxmigration",
":defaultmigration"
)
rootProject.name = "kiwix-android"