Re: Gradle projects and attaching sources

2021-05-20 Thread Thomas Kellerer
Turns out the library in question is written in Kotlin which NetBeans apparently can't handle Thomas Thomas Kellerer schrieb am 19.05.2021 um 17:19: > Hello, > > I am trying to attach the sources to one of the jar files used in my Gradle > project. > > When I right click on the "Configurations

Gradle projects and attaching sources

2021-05-19 Thread Thomas Kellerer
Hello, I am trying to attach the sources to one of the jar files used in my Gradle project. When I right click on the "Configurations" node directly and choose "Download sources" some sources are downloaded others (the ones I need) are not. Then I opened one of the classes I am interested in,