Is the kotlin libs publisher plugin still maintain...
# library-development
t
Is the kotlin libs publisher plugin still maintained? I want to use it in my project but it doesn't support sonatype s01. https://github.com/Kotlin/kotlin-libs-publisher
👀 2
a
I'm not familiar with that plugin, but https://github.com/vanniktech/gradle-maven-publish-plugin is similar. You can also just use the built in
maven-publish
plugin.
t
I've been using that plugin so far, but I prefer the other one's API much more.