feat: build logic (#4829)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-03-17 15:35:39 -05:00 committed by GitHub
parent 807db83f53
commit 7d63f8b824
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 479 additions and 486 deletions

View file

@ -50,7 +50,6 @@ kotlin {
implementation(libs.kotlinx.coroutines.test)
implementation(libs.androidx.room.testing)
}
androidMain.dependencies { implementation(libs.javax.inject) }
val androidHostTest by getting {
dependencies {