pedrovgs / Shot

Screenshot testing library for Android
Apache License 2.0
1.18k stars 115 forks source link

Support configuration cache #291

Closed MyDogTom closed 2 years ago

MyDogTom commented 2 years ago

:pushpin: References

:tophat: What is the goal?

Support Gradle configuration cache.

How is it being implemented?

How can it be tested?

Ideally, I could enable configuration cache in shot-consumer project, but this requires to update AGP and Gradle. Should I do the update? Do you prefer that I do it as current PR or as separate PR? I see that there is a pending PR with an update. #288

Disclaimer

I don't know Scala. All changes were done just by following current code. Please keep that in mind during code review.

PS. BTW, having Kotlin as programming language would enable much more people to contribute.