Everything seems to work. Of course the publishing part I’ve checked locally, not in production.
Fun fact — the JavaDoc artifact is blank. The JAR doesn’t have anything. This is reasonable, the Gradle JavaDoc task works for Java projects, not Kotlin ones. Seems like the documentation was fetched from the source code artifact by the IDE all this time. For now I’ve removed the documentation packaging, will take a look at Dokka later.
Everything seems to work. Of course the publishing part I’ve checked locally, not in production.
Fun fact — the JavaDoc artifact is blank. The JAR doesn’t have anything. This is reasonable, the Gradle JavaDoc task works for Java projects, not Kotlin ones. Seems like the documentation was fetched from the source code artifact by the IDE all this time. For now I’ve removed the documentation packaging, will take a look at Dokka later.
PTAL @artem-zinnatullin @dmitry-novikov