Closed dkrasnoff closed 3 months ago
This PR adds common settings plugin to:
settings.gradle.kts
It removes duplicated logic by setting custom Kotlin version and custom repository URL. (kotlin_version, kotlin_repo_url, build_snapshot_train).
kotlin_version
kotlin_repo_url
build_snapshot_train
Should be checked after https://github.com/Kotlin/kotlinx-atomicfu/pull/453.
This PR adds common settings plugin to:
settings.gradle.kts
settings.gradle.kts
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.