scabbard
scabbard copied to clipboard
Unclear documentation.
Hi. I'm trying to use this tool and I stumble across some issues. First of all, it's unclear from https://arunkumar9t2.github.io/scabbard/ this page how exactly to install the tool. Where should I put all the gradle lines? Root or project gradle? Does the plugin works alone, or I need to setup gradle files also?
Also, filepath for generated files is wrong for me.
I found generated files by this path
./app/build/intermediates/javac/debug/classes/scabbard
Also, even I've installed the plugin I'm unable to find the icon to run the generation.
Thank you!
Hi apologies for delay in triaging, I am working on revamping the documentation.
The gradle plugin can be applied to either root or app level build.gradle, however root build.gradle is preferred since it will automatically configure all available modules.
Could you please let me know if the following works?
Right click on the ./app/build/intermediates/javac/debug/classes/scabbard folder in Android Studio/IntelliJ and Mark Directory as -> Generated sources root. After this, please wait for indexing and let me know if icons appear. Thank you.