I have same question as in this post How to include JAR dependency into an AAR library but only with Gradle 3.0 above. From gradle 3.0 onward, compile configurations have been replaced by api or implementation and same solution as in post above need a new solution.
Please advise.