forked from szpak/gradle-pitest-plugin
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I have a Dynamic Feature Module with these plugins applied
plugins {
id 'com.android.dynamic-feature'
id 'org.jetbrains.kotlin.android'
id 'kotlin-android'
id 'kotlin-parcelize'
id 'kotlin-kapt'
id "pl.droidsonroids.pitest"
}when I run gradle <module>:tasks, none of the pitest tasks shown
but it is working on the Android app/library modules.
FYI: I am using v0.2.15, since this is the only version that works with our current AGP and Gradle version
Thank you
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels