Hello everyone, Is there anyway setup yarn/npm reg...
# javascript
i
Hello everyone, Is there anyway setup yarn/npm registry or proxy in build.gradle.kts ? I found no docs for it Thank you. Kotlin version 1.3.61
t
You can add
.yarnrc
file in project root and define registry in this file
👍 1