Join Slack
Powered by
Hi Guys, Would I be able to get help with the foll...
# javascript
p
paul murphy
10/23/2019, 8:22 PM
Hi Guys, Would I be able to get help with the following question
https://stackoverflow.com/questions/58489279/how-to-depend-on-a-maven-local-jar-when-using-create-react-kotlin-app-https-gi
r
Robert Jaros
10/23/2019, 9:26 PM
Add
mavenLocal()
to your repositories list:
Copy code
repositories { mavenCentral() jcenter() mavenLocal() }
And then reference your artifacts as usual (groupid/artifact/version).
2
Views
Open in Slack
Previous
Next