I started getting these warnings from DAGP lately:...
# squarelibraries
e
I started getting these warnings from DAGP lately:
Copy code
Source set: devRelease
\--- compile classpath
     \--- org/jetbrains/annotations/NotNull is provided by multiple dependencies: [com.android.tools.layoutlib:layoutlib:14.0.11, org.jetbrains:annotations:23.0.0]
\--- runtime classpath
     \--- org/jetbrains/annotations/NotNull is provided by multiple dependencies: [com.android.tools.layoutlib:layoutlib:14.0.11, org.jetbrains:annotations:23.0.0]
The layoutlib dependency matches the one that Paparazzi 1.3.5 uses, so I'm assuming it's coming from there. Is there anything Paparazzi can do about that, or does an issue need to be filed on layoutlib?