I'm having no luck attaching the kotlin stdlib sou...
# android
a
I'm having no luck attaching the kotlin stdlib sources in Android Studio 😕
g
Strange, for me it works out of the box
a
I'm using Android Studio 3.2 and Kotlin 1.2.60. When I try attaching kotlin-stdlib-1.2.60-sources.jar it just spins forever.
g
Why do you do that manually?
a
If I navigate to some stdlib methods it takes me to the .class file
so I need to attach sources
g
it’s strange, I have sources downloaded automatically
Do you use jcenter()
a
strangely not all, if I try navigating to something like
reduce
, it will take me to
ArraysKt.class
yep
where as
binarySearch
takes me to
_ArraysJvm.kt
with documentation