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
Konstantin Petrukhnov
12/05/2019, 8:31 AM
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.