You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.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 theinclude
thing in thebuild.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).The text was updated successfully, but these errors were encountered: