build: Rename kotlin version properties
kotlin_version -> buildKotlinVersion kotlinVersion -> kotlinCompilerVersion
This commit is contained in:
+1
-1
@@ -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')
|
||||
}
|
||||
Reference in New Issue
Block a user