cashapp / paparazzi

Render your Android screens without a physical device or emulator
https://cashapp.github.io/paparazzi/
Apache License 2.0
2.32k stars 216 forks source link

Replace all accessing of gradle properties #1541

Closed ansman closed 3 months ago

ansman commented 3 months ago

The old usage (findProperty or properties) is not compatible with project isolation. The new providers.gradleProperty is, however.