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
@@ -2,7 +2,7 @@ apply plugin: 'java'
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')
compile project(':shared')
compile 'junit:junit:4.12'