[K/N][build] Removed extra konanVersion variable as far as it's now same as kotlinVersion

This commit is contained in:
Elena Lepilkina
2021-05-26 13:43:17 +03:00
committed by Space
parent 61475c48e2
commit a006f35df3
+1 -1
View File
@@ -214,7 +214,7 @@ task registerExternalBenchmarks {
"jdkVendor": System.getProperty("java.vendor"), "jdkVendor": System.getProperty("java.vendor"),
"kotlinVersion": kotlinVersion, "kotlinVersion": kotlinVersion,
"type": "native", "type": "native",
"compilerVersion": konanVersion, "compilerVersion": kotlinVersion,
"flags": optionsList, "flags": optionsList,
"benchmarks": "[]"] "benchmarks": "[]"]
if (compileTime != null) { if (compileTime != null) {