Fixed Readme about Gradle Test Runner

This commit is contained in:
Alexander Podkhalyuzin
2018-06-08 18:44:25 +03:00
parent 01a2330a70
commit 3d57276bc6
+1 -1
View File
@@ -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".