I have several repos and a lot of dependencies.
It is looks like this in build.gradle:
repositories {
maven {url "A"}
maven {url "B"}
}
dependencies {
compile 'libA'
compile 'libB'
compile 'libC'
}
Is there is a way how can I specify that I will download libA from one repo (A) and libB and libC from another repo (B)?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…