Skip to content

Commit e06f058

Browse files
committed
Add note about requiring IntelliJ 2020.1
1 parent e58cdc9 commit e06f058

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ The following are a few guidelines on how we suggest you start.
7373

7474
1. Fork the repository to your repositories (see [Fork a repo](https://help.github.com/en/articles/fork-a-repo) for help).
7575
2. Use an IDE which supports Kotlin and gradle projects.
76-
We suggest [IntelliJ Community Edition](https://www.jetbrains.com/idea/download/)
77-
and install the following plugins:
76+
We suggest [IntelliJ Community Edition](https://www.jetbrains.com/idea/download/).
77+
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.
78+
Install the following plugins:
7879
- EditorConfig by JetBrains (might be already activated)
7980
- Spek Framework by Spek Team
8081
3. Import the project (import the build.gradle -> import as project, works more reliably)

0 commit comments

Comments
 (0)