From 3d57276bc66fb11aefd8fdb6c061b1d6f647fe2c Mon Sep 17 00:00:00 2001 From: Alexander Podkhalyuzin Date: Fri, 8 Jun 2018 18:44:25 +0300 Subject: [PATCH] Fixed Readme about Gradle Test Runner --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index a441d0935d3..01088d11b2c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -108,7 +108,7 @@ To import the project in Intellij choose project directory in Open project dialo 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` in the Gradle runner settings. +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. At this time, you can use the latest released 1.2.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 and press "Check for updates now".