Kotlin / kotlinx-atomicfu

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

De-duplicated the version override in the actual project and in buildSrc #460

Closed dkrasnoff closed 3 months ago

dkrasnoff commented 4 months ago

This PR adds common settings plugin to:

It removes duplicated logic by setting custom Kotlin version and custom repository URL. (kotlin_version, kotlin_repo_url, build_snapshot_train).

Should be checked after https://github.com/Kotlin/kotlinx-atomicfu/pull/453.