[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*
This commit is contained in:
sebastian.sellmair
2022-05-24 17:00:07 +02:00
committed by Space
parent efcdfab9a4
commit ae493e04c0
@@ -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