kotlinx-atomicfu icon indicating copy to clipboard operation
kotlinx-atomicfu copied to clipboard

Moved repositories to setting.gradle.kts

Open dkrasnoff opened this issue 10 months ago • 0 comments

Put all repositories into pluginManagement and dependencyResolutionManagement. This approach creates a single place with all available repositories for all projects. Also, for dependencyResolutionManagement set a RepositoriesMode.PREFER_SETTINGS), which enables repositories only from setting file, but allows to configure repositories during the build (the last one will be then ignored).

dkrasnoff avatar Apr 26 '24 10:04 dkrasnoff