IDESupportConvention

Configure IntelliJ IDEA to download sources and Javadoc.

This means the IDE will pre-load dependency sources, making them available for reference

Apply this plugin to your project in the plugins block:

plugins {
id("eu.aylett.conventions.ide-support")
}

Or by applying the Conventions plugin:

plugins {
id("eu.aylett.conventions")
}

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun apply(target: Project)