We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cda925 commit 835a44bCopy full SHA for 835a44b
1 file changed
README.md
@@ -29,7 +29,7 @@ You can configure Lobzik by using `lobzik` extension in your root `build.gradle.
29
```kotlin
30
lobzik {
31
// regex for your app build variants
32
- variantNameRegex.set("debug|paidDebug")
+ variantName.set("debug|paidDebug")
33
// path of your monolith module for report
34
monolithModule.set(":app")
35
// paths of your feature modules (you can use regex here)
0 commit comments