I see no documentation nor sources in Android Studio (3.2.1), just the compiled .class files. Maybe the wrong artifacts are being uploaded to whatever online repo?
I looked into the Gradle cache (where the JARs are stored) and it does include the sources.jar file, but it is empty:
$ jar -tf ~/.gradle/caches/modules-2/files-2.1/ru.gildor.coroutines/kotlin-coroutines-retrofit/1.0.0/3380d25eb4f4e54022fbe59ba7261a9d05780177/kotlin-coroutines-retrofit-1.0.0-sources.jar
META-INF/
META-INF/MANIFEST.MF
ru/
ru/gildor/
ru/gildor/coroutines/
ru/gildor/coroutines/retrofit/
These are all the files in the JAR: just directories, no files.
It seems there's something wrong with your source artifact packaging!
I see no documentation nor sources in Android Studio (3.2.1), just the compiled .class files. Maybe the wrong artifacts are being uploaded to whatever online repo?
I looked into the Gradle cache (where the JARs are stored) and it does include the sources.jar file, but it is empty:
These are all the files in the JAR: just directories, no files.
It seems there's something wrong with your source artifact packaging!