Do you see koin sources? I see they pushed to mave...
# koin
e
Do you see koin sources? I see they pushed to maven central, however, I can not download them in my project and I wonder if it something with our proxy setup or publication.
k
I think it's because you are trying to browse code built from shared (multiplatform) module. Try browsing android specific code (if it's your platform). I've ended browsing code on Github.
e
Thanks for the suggestion. I will check if it is the case and see if JB is aware about it.
So, indeed I use Android dependency but it also has Android related source artefact.
a
yes should be all there. At least in last 3.5.6
e
Arnaud
What i found that Gradle metadata file 'module' doesn't contain sources
If you compare it with any AndroidX dependency
a
in KMP you mean?
e
Not sure which KMP project you mention. Here is koin module file https://repo1.maven.org/maven2/io/insert-koin/koin-androidx-compose/3.5.6/koin-androidx-compose-3.5.6.module and it contains only aar file
a
Copy code
koin-androidx-compose-3.5.6-sources.jar
is available
the sourcesJar is there
e
a
is it finally?
I believe the IDE downloads all sources
e
IDE or IDE over gradle?
My AS downloads some libraries sources just fine
But for koin it doesn’t
I see this in log of my IDE
Task 'ijDownloadSources83ff75de-e19' not found in root project and its subprojects
.
There are couple of related tickets https://issuetracker.google.com/issues/247991770
Oke, and looks like should be fixed https://issuetracker.google.com/issues/329877056
Let me try on the latest Koala
👍 1