mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
Add note about requiring IntelliJ 2020.1
This commit is contained in:
5
.github/CONTRIBUTING.md
vendored
5
.github/CONTRIBUTING.md
vendored
@@ -73,8 +73,9 @@ The following are a few guidelines on how we suggest you start.
|
||||
|
||||
1. Fork the repository to your repositories (see [Fork a repo](https://help.github.com/en/articles/fork-a-repo) for help).
|
||||
2. Use an IDE which supports Kotlin and gradle projects.
|
||||
We suggest [IntelliJ Community Edition](https://www.jetbrains.com/idea/download/)
|
||||
and install the following plugins:
|
||||
We suggest [IntelliJ Community Edition](https://www.jetbrains.com/idea/download/).
|
||||
Because of [IDEA-228368](https://youtrack.jetbrains.com/issue/IDEA-228368) you will need at least IntelliJ 2020.1, or the Gradle import will fail.
|
||||
Install the following plugins:
|
||||
- EditorConfig by JetBrains (might be already activated)
|
||||
- Spek Framework by Spek Team
|
||||
3. Import the project (import the build.gradle -> import as project, works more reliably)
|
||||
|
||||
Reference in New Issue
Block a user