From b1255d78a2f706126d5da0c71b85a07f023d7be4 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Fri, 4 Feb 2022 15:03:06 +0300 Subject: [PATCH] Fix link to test helper plugin in Readme --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index dc94e8b7ff1..db92d0d48b4 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -142,7 +142,7 @@ To be able to run tests from IntelliJ easily, check `Delegate IDE build/run acti 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) +Kotlin Compiler Test Helper](https://github.com/demiurg906/test-data-helper-plugin) ### Dependency verification