build: Rename kotlin version properties
kotlin_version -> buildKotlinVersion kotlinVersion -> kotlinCompilerVersion
This commit is contained in:
@@ -145,7 +145,7 @@ dependencies {
|
||||
compilerCompile kotlinNativeInterop['hash'].configuration
|
||||
compilerCompile project(':shared')
|
||||
|
||||
cli_bcCompile "org.jetbrains.kotlin:kotlin-runtime:$kotlin_version"
|
||||
cli_bcCompile "org.jetbrains.kotlin:kotlin-runtime:$buildKotlinVersion"
|
||||
cli_bcCompile project(':shared')
|
||||
cli_bcCompile sourceSets.compiler.output
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user