[Native] Removed old gradle properties for kotlin repo and versions

This commit is contained in:
Elena Lepilkina
2021-04-01 18:14:34 +03:00
committed by Space
parent 19fb7ebfd5
commit 393aaac2b9
13 changed files with 19 additions and 70 deletions
@@ -29,7 +29,7 @@ buildscript {
}
jcenter()
maven {
url kotlinCompilerRepo
url project.bootstrapKotlinRepo
}
}
@@ -43,12 +43,6 @@ repositories {
url 'https://cache-redirector.jetbrains.com/jcenter'
}
jcenter()
maven {
url kotlinCompilerRepo
}
maven {
url buildKotlinCompilerRepo
}
maven {
url project.bootstrapKotlinRepo
}