[PM-19870] Migrate ServerConfig and ConfigDiskSource to the data module (#4992)

This commit is contained in:
Patrick Honkonen
2025-04-04 14:33:54 -04:00
committed by GitHub
parent c4f54ee93c
commit dda8237ce5
51 changed files with 88 additions and 388 deletions

View File

@@ -272,6 +272,7 @@ dependencies {
standardImplementation(libs.google.play.review)
// Pull in test fixtures from other modules
testImplementation(testFixtures(project(":data")))
testImplementation(testFixtures(project(":network")))
testImplementation(libs.androidx.compose.ui.test)