[Gradle] kgp-idea: Compatibility tests: bump version to 1.8.20-dev-3076

KT-55112
This commit is contained in:
Sebastian Sellmair
2022-11-25 14:56:11 +01:00
committed by Space Team
parent 4c69b5867f
commit f9d1286fce
@@ -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.8.20-dev-2253"
val testedVersion = "1.8.20-dev-3076"
val isSnapshotTest = properties.contains("kgp-idea.snapshot_test")
val resolvedTestedVersion = if (isSnapshotTest) properties["defaultSnapshotVersion"].toString() else testedVersion