diff --git a/ReadMe.md b/ReadMe.md index e10e44dca3ad0fc9fb6f87d0c69c1e1f306ccd0c..855084a9605290474bccd35a52ce3aa28f8fce59 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -37,9 +37,9 @@ In order to build Kotlin distribution you need to have: JDK_18="path to JDK 1.8" JDK_9="path to JDK 9" -For local development, if you're not working on bytecode generation or the standard library, it's OK to have only JDK 1.8 and JDK 9 installed, and to point JDK_16 and JDK_17 environment variables to your JDK 1.8 installation. +For local development, if you're not working on bytecode generation or the standard library, it's OK to have only JDK 1.8 and JDK 9 installed, and to point `JDK_16` and `JDK_17` environment variables to your JDK 1.8 installation. -You also can use [Gradle properties](https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties) to setup JDK_* variables. +You also can use [Gradle properties](https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties) to setup `JDK_*` variables. > Note: The JDK 6 for MacOS is not available on Oracle's site. You can [download it here](https://support.apple.com/kb/DL1572). @@ -106,22 +106,22 @@ bunch switch 191 Working with the Kotlin project requires at least IntelliJ IDEA 2019.1. You can download IntelliJ IDEA 2019.1 [here](https://www.jetbrains.com/idea/download). -After cloning the project, to import the project in Intellij choose the project directory in the Open project dialog. Then, after project opened, Select -`File` -> `New...` -> `Module from Existing Sources` in the menu, and select `build.gradle.kts` file in the project's root folder. +After cloning the project, to import the project in IntelliJ choose the project directory in the Open project dialog. Then, after project opened, select +`File` -> `New` -> `Module from Existing Sources...` in the menu, and select `build.gradle.kts` file in the project's root folder. 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 and press "Check for updates now". +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`. ### Compiling and running -From this root project there are Run/Debug Configurations for running IDEA or the Compiler Tests for example; so if you want to try out the latest and greatest IDEA plugin +From this root project there are Run/Debug Configurations for running `IDEA` or the `Generate Compiler Tests` for example; so if you want to try out the latest and greatest IDEA plugin -* VCS -> Git -> Pull -* Run the "IDEA" run configuration in the project -* a child IntelliJ IDEA with the Kotlin plugin will then startup +* `VCS` -> `Git` -> `Pull` +* Run the `IDEA` run configuration in the project +* A child IntelliJ IDEA with the Kotlin plugin will then startup ### Including into composite build