build: Rename kotlin version properties

kotlin_version -> buildKotlinVersion
kotlinVersion -> kotlinCompilerVersion
This commit is contained in:
Ilya Matveev
2017-11-17 14:19:13 +07:00
committed by ilmat192
parent f8b6519864
commit 1c16fc1166
14 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ buildscript {
apply plugin: 'kotlin'
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-stdlib:$buildKotlinVersion"
compile project(path: ':backend.native', configuration: 'cli_bc')
}