<#C09222272|> Is there anything I need to do so th...
# random
m
#C09222272 Is there anything I need to do so that IDE downloads and uses
-sources
in addition to dependency jar/ aar?
cc @jozzi
o
do you maven/gradle?
m
Using gradle, yes.
So when I enter dependency with
cmd + click
if it's java, it looks good (decompiled by IDE), if it's kotlin it shows:
Copy code
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available

... { /* compiled code */ }
m
Ok. This seems to be default anyway and working!
The problem I think it doesn't catch sources when dependency is aar instead of jar.
o
that would need to be reported to IDEA tracker
m
Yes, thanks for helping. I might be able to try some google searches now to see if there is a way to force download.
It was already reported.
So not even an issue with IDEA.