Skip to content

Commit

Permalink
Don't ship the Firebase and Serialization libs
Browse files Browse the repository at this point in the history
  • Loading branch information
janseeger committed Dec 19, 2023
1 parent 26193bc commit c5fdda0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ android {
}

dependencies {
implementation(libs.kotlinx.serialization)
implementation(libs.firebase.firestore)
compileOnly(libs.kotlinx.serialization)
compileOnly(libs.firebase.firestore)

testImplementation(libs.junit)
testImplementation(libs.kotlinx.serialization)
testImplementation(libs.firebase.firestore)
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit c5fdda0

Please sign in to comment.