Build: Build android-dx and intellij-sdk repo to dependencies/repo

From KOTLIN-CR-2801 reasons to move:
 - I've changed repo layout and build process in incompatible way and decided to change location
 - It was difficult to find and annoying to locate, it was very deep and long path
 - I think dependencies/repo path is very easy to remember and find
 - It was called dependencies some time ago
This commit is contained in:
Vyacheslav Gerasimov
2019-03-04 21:31:29 +03:00
parent ef159a4fc9
commit 07b0129a6a
8 changed files with 13 additions and 17 deletions
@@ -22,7 +22,7 @@ dependencies {
compileOnly gradleApi()
compileOnly("kotlin.build.custom.deps:intellij-core:${rootProject.ext["versions.intellijSdk"]}") {
compileOnly("kotlin.build:intellij-core:${rootProject.ext["versions.intellijSdk"]}") {
artifact {
name = 'intellij-core'
type = 'jar'