Add link to Kotlin Compiler Test Helper to ReadMe.md

This commit is contained in:
Dmitriy Novozhilov
2021-10-05 11:54:58 +03:00
parent 2a74f63954
commit a80445bf78
+4 -1
View File
@@ -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