mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
From document review
This commit is contained in:
parent
2ec18d322f
commit
e4f00825a4
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user