diff --git a/idea/testData/perfTest/native/_common/gradle.properties.with-commonizer b/idea/testData/perfTest/native/_common/gradle.properties.with-commonizer index a2e03e55b34..1836e36f909 100644 --- a/idea/testData/perfTest/native/_common/gradle.properties.with-commonizer +++ b/idea/testData/perfTest/native/_common/gradle.properties.with-commonizer @@ -1,4 +1,4 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.native.enableDependencyPropagation=false -kotlin_version=1.4-M2 +kotlin_version=1.4.0 diff --git a/idea/testData/perfTest/native/_common/gradle.properties.without-commonizer b/idea/testData/perfTest/native/_common/gradle.properties.without-commonizer index 3210a86e9ec..c70ee00aee7 100644 --- a/idea/testData/perfTest/native/_common/gradle.properties.without-commonizer +++ b/idea/testData/perfTest/native/_common/gradle.properties.without-commonizer @@ -1,4 +1,4 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.native.enableDependencyPropagation=true -kotlin_version=1.4-M2 +kotlin_version=1.4.0