bjoernQ / unmock-plugin

Gradle plugin to be used in combination with the new unit testing feature of the Gradle Plugin / Android Studio to use real classes for e.g. SparseArray.
Apache License 2.0
323 stars 22 forks source link

processing android jar once on multi-module project #82

Closed matejdro closed 5 months ago

matejdro commented 5 months ago

Hello,

we have noticed that on the multi-module project, where multiple modules contain unmock plugin (with identical configuration), android jar needs to be processed for each module separately.

Is there any way to do it only once and reuse it on different modules?