LastExceed
04/04/2020, 9:33 AMpublishing {}
block which isn't even possible (workaround here: https://stackoverflow.com/questions/54654376/why-is-publishing-function-not-being-found-in-my-custom-gradle-kts-file-within ) and doesn't give me any information on how to configure it for a kotlin project.
can someone help me? maybe someone has a working project setup that i can look at ? I am completely lostDariusz Kuc
04/04/2020, 3:03 PMmbonnin
04/05/2020, 2:01 PMmaven-publishing
plugin. If you can't use the publishing {}
block, that's most likely because you're using the "old" apply
method for your plugins instead of the plugins
block but you can still do the same by using configure<PublishingExtension> {}
instead of publishing {}