How to add external library’s sources and javadoc to gradle with IntelliJ?
I’m not sure if your library is stored in a maven repository or not. I assume it is. I know of two ways of importing a gradle project into IntelliJ. The first being the “Import Project…” wizard from IntelliJ which works nicely. But it does not import the javadoc jars if they exist. At least … Read more