From document review

This commit is contained in:
Richard Green 2016-11-20 12:12:20 +00:00
parent 2ec18d322f
commit e4f00825a4
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Corda is written in a language called `Kotlin <https://kotlinlang.org/>`_. Kotli
and can be thought of as a simpler Scala, with much better Java interop. It is developed by and has commercial support
from JetBrains, the makers of the IntelliJ IDE and other popular developer tools.
Kotlin is a relatively new language and is extremely easy to learn. It is designed as as better Java for industrial
Kotlin is a relatively new language and is extremely easy to learn. It is designed as a better Java for industrial
use and, as such, the syntax was carefully designed to be readable even to people who don't know the language, after only
a few minutes of introduction. Additionally, at R3, we find that all of our developers are up to productive writing speed
in Kotlin within their first week.

View File

@ -48,7 +48,7 @@ opened by clicking on "Event Log" at the bottom right of the IntelliJ window. Ei
:width: 410 px
:alt: IntelliJ Gradle Prompt
Wait for it to think and download the dependencies. After that you might have another popup titled "Unindexed remote maven repositories found." This is general IntelliJ question and doesn't affect Corda, therefore you can decided to index them or not. Next click on the "green arrow" next to "All tests" pop-up on the top toolbar.
Wait for it to think and download the dependencies. After that you might have another popup titled "Unindexed remote maven repositories found." This is a general IntelliJ question and doesn't affect Corda, therefore you can decided to index them or not. Next click on the "green arrow" next to "All tests" pop-up on the top toolbar.
The code should build, the unit tests should show as all green.