User: kyle wood Date: 27 Mar 26 04:21 Revision: b4c6eca6cc0692d2f2b0e3abcb65fb6fd74279eb Summary: Update readme TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10444&personal=false Index: readme.md =================================================================== --- readme.md (revision d82f38bfd9b4c15c752aeb5551d21afbec4db4b1) +++ readme.md (revision b4c6eca6cc0692d2f2b0e3abcb65fb6fd74279eb) @@ -98,18 +98,6 @@ ./gradlew ktlintApplyToIdea addKtlintFormatGitPreCommitHook ``` -IntelliJ includes a lot of dependencies transitively, including common dependencies that are used a lot, such as Kotlin, -Commons Lang3, Guava, etc. Unfortunately, the source distribution for IntelliJ does not contain sources for libraries as -well, so these libraries are imported into the IDE without sources by default. If you want to attach sources for (most) -of the dependencies IntelliJ includes, run the `resolveIntellijLibSources` task and refresh the Gradle project in -IntelliJ: - -``` -./gradlew resolveIntellijLibSources -``` - -If you're curious about that task, it is implemented in `buildSrc`. - License -------