Skip to content

Pitest Task Not Generated on Dynamic Feature Module #145

@ekosuhariyadi

Description

@ekosuhariyadi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions