We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4279b1d commit 0ee405dCopy full SHA for 0ee405d
mlkit-barcode-scanning/build.gradle
@@ -40,5 +40,6 @@ dependencies {
40
api deps.google_mlkit_barcode_scanning
41
api deps.viewfinderview
42
43
- implementation project(':mlkit-common')
+ compileOnly project(':mlkit-common')
44
+ implementation deps.camera_scan
45
}
0 commit comments