Fix rootDir mis-use in commonConfiguration.gradle:

replace with `kotlin_root`, that is set in the projects
This commit is contained in:
Sergey Igushkin
2017-05-04 20:13:37 +03:00
parent c3ae37c6ce
commit 7030b89b7c
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_root = findProperty("kotlinRoot") ?: "${rootProject.projectDir}/../../.."
ext.kotlin_root = "$rootDir/../../.."
apply from: "${kotlin_root}/libraries/versions.gradle"
repositories {