[K/N][build] Removed extra konanVersion variable as far as it's now same as kotlinVersion
This commit is contained in:
@@ -214,7 +214,7 @@ task registerExternalBenchmarks {
|
||||
"jdkVendor": System.getProperty("java.vendor"),
|
||||
"kotlinVersion": kotlinVersion,
|
||||
"type": "native",
|
||||
"compilerVersion": konanVersion,
|
||||
"compilerVersion": kotlinVersion,
|
||||
"flags": optionsList,
|
||||
"benchmarks": "[]"]
|
||||
if (compileTime != null) {
|
||||
|
||||
Reference in New Issue
Block a user