I want to use Stepper-Touch github library. For this I have to add jitpack.io in
allproject{
repositories{
[here]
}
}
in my build.gradle project file. There isn't
allproject{...}
section, so I added it myself, but i got this error
Build was configured to prefer settings repositories over project repositories but repository 'maven' was added by build file 'build.gradle'
Then I looked for answer and found that someone says I should remove
dependencyResolutionManagement
section in my settings.gradle file. I did, but then other dependencies such as constraint layout's, live data's dependencies stopped working. Help me, how can I fix that all? :(