no.
On Wed, Jan 8, 2014 at 2:20 PM, Ankush Gupta <[email protected]> wrote: > Has there been an update to this? > > > On Friday, July 26, 2013 4:10:58 AM UTC-7, Raúl Muñoz Benavente wrote: >> >> Thanks for the input. It is really a pleasure to work with the IDE having >> access to javadocs and sources, so I am looking forward to seeing this >> feature implemented in Gradle / Android Studio. >> >> El viernes, 26 de julio de 2013 00:35:34 UTC+2, Xavier Ducrohet escribió: >>> >>> I don't think Gradle handles this at this point. I've talked to the devs >>> and they are aware of it. We're looking at adding a hook in Gradle so that >>> we can do it when the tooling API queries the model. >>> >>> >>> On Tue, Jul 2, 2013 at 5:14 AM, Raúl Muñoz Benavente < >>> [email protected]> wrote: >>> >>>> I also tried adding this to build.gradle: >>>> >>>> >>>> apply plugin: 'idea' >>>> >>>> idea { >>>> module { >>>> downloadJavadoc = true >>>> downloadSources = true >>>> } >>>> } >>>> >>>> But with no effect, only the library jar is downloaded by gradle, but >>>> not the javadoc and sources jars. >>>> >>>> There is a post in stackoverflow about this: >>>> http://stackoverflow.com/questions/12718753/how-to- >>>> download-dependency-sources-for-gradle-project-in-idea >>>> >>>> But I have had no luck with it. >>>> >>>> Thanks >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "adt-dev" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Xavier Ducrohet >>> Android SDK Tech Lead >>> Google Inc. >>> http://developer.android.com | http://tools.android.com >>> >>> Please do not send me questions directly. Thanks! >>> >> -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
