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 760fa66 commit 76787fcCopy full SHA for 76787fc
src/main/groovy/com/vanniktech/android/junit/jacoco/GenerationPlugin.groovy
@@ -161,6 +161,9 @@ class GenerationPlugin implements Plugin<Project> {
161
def classPaths = ["**/intermediates/classes/${sourcePath}/**"]
162
if (isKotlinAndroid(subProject)) {
163
classPaths << "**/tmp/kotlin-classes/${sourcePath}/**"
164
+ if (productFlavorName) {
165
+ classPaths << "**/tmp/kotlin-classes/${productFlavorName}${buildTypeName.capitalize()}/**"
166
+ }
167
}
168
169
classDirectories = subProject.fileTree(
0 commit comments