You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I have a Dynamic Feature Module with these plugins applied
when I run
gradle <module>:tasks
, none of thepitest
tasks shownbut 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
The text was updated successfully, but these errors were encountered: