Refactor build repositories to reduce number of unnecessary request
Setup for all projects only local, jcenter and bootstrap repositories
This commit is contained in:
@@ -6,6 +6,10 @@ plugins {
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven("http://dl.bintray.com/kotlin/kotlinx")
|
||||
}
|
||||
|
||||
val kotlinxSerializationVersion = "0.4.2"
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user