Closed Quantium1 closed 6 years ago
When I tried to implement the instructions in the README, I encountered an issue with the order of the statements a user needs to add to project's build.gradle file. The order of the statements is important:
build.gradle
plugins {...}
apply plugin:...
Thanks for spotting this. Actually the problem is a missing or as you should use one or the other snippets but not both.
or
When I tried to implement the instructions in the README, I encountered an issue with the order of the statements a user needs to add to project's
build.gradle
file. The order of the statements is important:plugins {...}
apply plugin:...