From 3853f228af4171a73c4ff1b9db4fc87a18dcb0c6 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Mon, 8 Aug 2022 12:07:05 +0200 Subject: [PATCH] Add a comment about implicit dependency between compiler and plugin ^KTI-746 Fixed --- gradle/versions.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle/versions.properties b/gradle/versions.properties index 0b9f3bdf810..c63bec60bdf 100644 --- a/gradle/versions.properties +++ b/gradle/versions.properties @@ -43,8 +43,11 @@ versions.junit=4.13.2 versions.kotlin-reflect=1.6.10 versions.kotlinx-collections-immutable-jvm=0.3.1 versions.kotlinx-collections-immutable=0.3.1 + +# Version of the coroutines should be aligned with the oldest supported IntelliJ IDEA versions.kotlinx-coroutines-core-jvm=1.5.0 versions.kotlinx-coroutines-core=1.5.0 + versions.kotlinx-metadata-jvm=0.5.0 versions.kotlinx-serialization-json=1.3.3 versions.ktor-network=1.4.0