Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pitest Task Not Generated on Dynamic Feature Module #145

Open
ekosuhariyadi opened this issue Jan 8, 2025 · 0 comments
Open

Pitest Task Not Generated on Dynamic Feature Module #145

ekosuhariyadi opened this issue Jan 8, 2025 · 0 comments

Comments

@ekosuhariyadi
Copy link

ekosuhariyadi commented Jan 8, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant