build: Rename kotlin version properties
kotlin_version -> buildKotlinVersion kotlinVersion -> kotlinCompilerVersion
This commit is contained in:
Vendored
+1
-1
@@ -17,7 +17,7 @@ apply plugin: 'com.jfrog.bintray'
|
||||
|
||||
def versionMapping = [
|
||||
'kotlin-script-runtime' : kotlinScriptRuntimeVersion,
|
||||
'kotlin-compiler' : kotlinVersion,
|
||||
'kotlin-compiler' : kotlinCompilerVersion,
|
||||
'kotlin-stdlib' : kotlinStdLibVersion,
|
||||
'kotlin-reflect' : kotlinReflectVersion,
|
||||
'kotlin-stdlib-jre8' : kotlinStdLibJdk8Version
|
||||
|
||||
Reference in New Issue
Block a user