Publishing a Multi-platform library is a dream tha...
# multiplatform
d
Publishing a Multi-platform library is a dream thanks to the plugin's integration with the Gradle/Maven Publishing API's. ✔️ But how would I add one of my test source sets, to also be published, as a separate jar 🤔
k
If you have some code that others depends on, would it make sense to extract it to separate source code and publish that as separate library?
👍 1
Or move some functionality from test to main sources, so that functionality published with defult jar.