Skip to content

Commit

Permalink
Add zxing core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Sep 21, 2023
1 parent 48a9c6f commit 4751ab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions designsystem/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ kotlin {
api("androidx.activity:activity-compose:1.7.2")
api("androidx.appcompat:appcompat:1.6.1")
api("androidx.core:core-ktx:1.10.1")
implementation("com.google.zxing:core:3.5.2")
}
}

val desktopMain by getting {
dependencies {
implementation(compose.desktop.common)
implementation("com.google.zxing:core:3.5.2")
}
}

Expand Down

0 comments on commit 4751ab2

Please sign in to comment.