Skip to content

Flavors and Paparazzi #540

Answered by erawhctim
eschoenawa asked this question in Q&A
Discussion options

You must be logged in to vote

Paparazzi supports application modules now (in v1.3.1+), so you could try and run the paparazzi gradle plugin directly on your app module.

If you can't upgrade to the latest Paparazzi version (e.g. if you're on an older version of Gradle), you could try declaring your app module as an Android library module (call it :app-library), and then creating a new, nearly-empty app module that has a dependency on your :app-library module instead. It's a cheap way to get around Paparazzi's app module limitation on versions earlier than 1.3.1.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by geoff-powell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants