Kotlin / kotlinx-atomicfu

The idiomatic way to use atomic operations in Kotlin
Other
925 stars 59 forks source link

Enable cache-redirector #453

Closed dkrasnoff closed 3 months ago

dkrasnoff commented 4 months ago

Cache-redirector works like CDN for JB builds. The major part of the code was copy-stolen from kotlin repo's cache-redirector (it worth to add to a shared build-scripts for JB, when such repository will be exist).

In this PR I also removed duplicated properties for setting koltin version and custom repository URL according to our checklist #421