gildor / kotlin-coroutines-retrofit

Kotlin Coroutines await() extension for Retrofit Call
Apache License 2.0
847 stars 64 forks source link

No documentation / source code #47

Closed erikhuizinga closed 5 years ago

erikhuizinga commented 5 years ago

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!

erikhuizinga commented 5 years ago

I've made a fix, opening a PR in a minute.