I'm writing a custom plugin using `buildSrc` and k...
# gradle
m
I'm writing a custom plugin using
buildSrc
and kotlin-dsl. Right now I'm stuck using Gradle 4.4 and Android Studio 3.1.4 and I noticed that I cannot navigate to sources for things in kotlin-stdlib (it takes me to decompiled .class files instead) and documentation is also not available. Is there a workaround for this apart from upgrading to a newer version of Gradle?
d
You should be able to download source from another place by yourself. And ask android studio to use it. Instead of decompiling classes.
m
I guess if I had looked closer I would have seen the "Choose Sources" link. 🙂 Sorry for the silly question
Thanks