From a80445bf78fa8481c9958561d287d90197fe0023 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Tue, 5 Oct 2021 11:54:58 +0300 Subject: [PATCH] Add link to Kotlin Compiler Test Helper to ReadMe.md --- ReadMe.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 2424487efb0..a763060b4e1 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -138,7 +138,10 @@ In the import dialog, select `use default gradle wrapper`. To be able to run tests from IntelliJ easily, check `Delegate IDE build/run actions to Gradle` and choose `Gradle Test Runner` in the Gradle runner settings after importing the project. -At this time, you can use the latest released `1.3.x` version of the Kotlin plugin for working with the code. To make sure you have the latest version installed, use `Tools` -> `Kotlin` -> `Configure Kotlin Plugin Updates`. +At this time, you can use the latest released `1.6.x` version of the Kotlin plugin for working with the code. To make sure you have the latest version installed, use `Tools` -> `Kotlin` -> `Configure Kotlin Plugin Updates`. + +For handy work with compiler tests it's recommended to use [ +Kotlin Compiler Test Helper](https://plugins.jetbrains.com/plugin/17620-kotlin-compiler-test-helper) ### Dependency verification