Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
build(desktop): add firebase-database-ktx dependency to desktopData
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed May 15, 2023
1 parent 2f14677 commit 1c2d4d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desktopData/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ dependencies {
implementation(libs.bundles.grpc)
implementation(libs.bundles.room)
kapt(libs.androidx.room.compiler)
implementation(platform("com.google.firebase:firebase-bom:32.0.0"))
implementation("com.google.firebase:firebase-database-ktx")
implementation(project(":networkUtility"))
implementation(project(":desktopDomain"))
implementation(project(":accessDomain"))
Expand Down

0 comments on commit 1c2d4d7

Please sign in to comment.