gildor / kotlin-coroutines-retrofit

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

🐛 Fix sources JAR being empty #48

Closed erikhuizinga closed 5 years ago

erikhuizinga commented 5 years ago

Fixes #47.

The sources JAR was empty. Now it isn't anymore. Result:

$ ./gradlew sourcesJar
$ jar -tf ./build/libs/kotlin-coroutines-retrofit-1.0.0-sources.jar
META-INF/
META-INF/MANIFEST.MF
ru/
ru/gildor/
ru/gildor/coroutines/
ru/gildor/coroutines/retrofit/
ru/gildor/coroutines/retrofit/Result.kt
ru/gildor/coroutines/retrofit/CallAwait.kt
gildor commented 5 years ago

Thanks! I will release a version with fixed sources jar and 1.1.0 coroutines soon