I've tried to use this plugin, but I didn't understand the usage steps. When I've imported the plugin, initially I had a problem of Could not find com.android.tools.build:gradle:4.0.1, that I solved by adding google() to the repositories. I think that's should be documented.
The second issue was that the example said to add the line of include ':app', that caused problem since I got no such module (and I didn't understand if/why should I add such line with my own module (didn't work)).
After removing this, no include.properties was generated, and I don't know what's the task that triggers this.
When I've added this manually, I wasn't sure how should I specify my library. I've tried: myLibraryName=true but this didn't work.
The readme didn't specify if a settings.gradle configuration was needed (I guess not since there's the include thing in the build.gradle.
I'd like to get some help with this, and I think the README.md can get improved (or just add some example repo).
I've tried to use this plugin, but I didn't understand the usage steps. When I've imported the plugin, initially I had a problem of
Could not find com.android.tools.build:gradle:4.0.1, that I solved by addinggoogle()to the repositories. I think that's should be documented.The second issue was that the example said to add the line of
include ':app', that caused problem since I got no such module (and I didn't understand if/why should I add such line with my own module (didn't work)).After removing this, no
include.propertieswas generated, and I don't know what's the task that triggers this.When I've added this manually, I wasn't sure how should I specify my library. I've tried:
myLibraryName=truebut this didn't work.The readme didn't specify if a
settings.gradleconfiguration was needed (I guess not since there's theincludething in thebuild.gradle.I'd like to get some help with this, and I think the
README.mdcan get improved (or just add some example repo).