From ae493e04c0dddc82d36cffcf5366beb631ed44be Mon Sep 17 00:00:00 2001 From: "sebastian.sellmair" Date: Tue, 24 May 2022 17:00:07 +0200 Subject: [PATCH] [kpm] kotlin-gradle-plugin-idea: Update version for backwards compatibility tests ... to "1.7.20-dev-1435 to bootstrap incompatible naming changes for IdeaKotlin* -> IdeaKpm* --- .../build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/tools/kotlin-gradle-plugin-idea-for-compatibility-tests/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin-idea-for-compatibility-tests/build.gradle.kts index 6833370c795..fcddde84a96 100644 --- a/libraries/tools/kotlin-gradle-plugin-idea-for-compatibility-tests/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin-idea-for-compatibility-tests/build.gradle.kts @@ -4,7 +4,7 @@ * Version of kotlin-gradle-plugin-idea module that should be resolved for compatibility tests * This version can be treated as 'minimal guaranteed backwards compatible version' of the module. */ -val testedVersion = "1.7.0-dev-2723" +val testedVersion = "1.7.20-dev-1435" val isSnapshotTest = properties.contains("kgp-idea.snapshot_test") val resolvedTestedVersion = if (isSnapshotTest) properties["defaultSnapshotVersion"].toString() else testedVersion