Skip to content

Commit b4c6eca

Browse files
committed
Update readme
1 parent d82f38b commit b4c6eca

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

readme.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,6 @@ IDE with `ktlint` style settings and to automatically format this project's code
9898
./gradlew ktlintApplyToIdea addKtlintFormatGitPreCommitHook
9999
```
100100

101-
IntelliJ includes a lot of dependencies transitively, including common dependencies that are used a lot, such as Kotlin,
102-
Commons Lang3, Guava, etc. Unfortunately, the source distribution for IntelliJ does not contain sources for libraries as
103-
well, so these libraries are imported into the IDE without sources by default. If you want to attach sources for (most)
104-
of the dependencies IntelliJ includes, run the `resolveIntellijLibSources` task and refresh the Gradle project in
105-
IntelliJ:
106-
107-
```
108-
./gradlew resolveIntellijLibSources
109-
```
110-
111-
If you're curious about that task, it is implemented in `buildSrc`.
112-
113101
License
114102
-------
115103

0 commit comments

Comments
 (0)