-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide simple sample #41
Comments
I would second this, I have 2 different projects that have the same lines added in build.gradle, but one works and the other doesn't. Setting failOnError to true doesn't have any effect and I'm not sure how else to debug |
Hi thanks for reporting, since version 0.2.0, I have tried to make it simple especially for multi-module projects. Adding the scabbard plugin and the configuration in the root build.gradle file should be enough. This is a sample setup: https://github.com/arunkumar9t2/scabbard/blob/master/samples/coffee-java/build.gradle @robichaudc for next version I plan on adding diagnostics to help in identifying issues in the mean time are you able to share Kotlin, Dagger Version, AGP version of the project that is not working? Thanks! @Fbada006 would love to hear feedback on how docs could be improved, thanks. Please let me know if above sample helps. |
Hello.
|
Could you please provide a simple sample app for groovy to get started easily? The docs are not naturally intuitive.
As it is, I have not been able to generate the graph and I am not sure if it is the library itself or a wrong setup.
The text was updated successfully, but these errors were encountered: