You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.gradle.api.InvalidUserCodeException: Project ':some-project' cannot dynamically look up a property in the parent project ':'
at org.gradle.api.internal.project.DefaultProject.getProperties(DefaultProject.java:1231)
at app.cash.paparazzi.gradle.PaparazziPlugin$setupPaparazzi$1.invoke$lambda$38(PaparazziPlugin.kt:215)
at app.cash.paparazzi.gradle.PaparazziPlugin$setupPaparazzi$1.invoke$lambda$39(PaparazziPlugin.kt:198)
Isolated Projects
Project cannot compile due to this error:
my guess is with this line:
test.systemProperties.putAll(project.properties.filterKeys { it.startsWith("app.cash.paparazzi") })
The text was updated successfully, but these errors were encountered: