Closed erikhuizinga closed 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
Thanks! I will release a version with fixed sources jar and 1.1.0 coroutines soon
Fixes #47.
The sources JAR was empty. Now it isn't anymore. Result: