Execution failed for task 'publishKotlinMultiplatformPublicationToMavenLocal'.
> Failed to publish publication 'kotlinMultiplatform' to repository 'mavenLocal'
> Invalid publication 'kotlinMultiplatform': multiple artifacts with the identical extension and classifier ('jar', 'sources').
Does that ring any bell?
mbonnin
02/16/2021, 4:49 PM
Ah, looks like
kotlinMultiplatform
now adds sources! I had some code to add an empty jar
👍 2
mbonnin
02/16/2021, 4:49 PM
Works well if I remove it. Thanks for listening 🙂
n
Nikolay Kasyanov
03/09/2021, 1:59 PM
wow, that’s good news, thanks for sharing @mbonnin