Соловьев Георгий
12/07/2020, 10:29 AMkotlinMultiplatform
MavenPublication? I have a android project :cabinet, that depends on multiplatfom project :cabinetcore through api project(':cabinetcore')
. When I try to publish :cabinet I've got this error. I don't need kotlinMultiplatform
publication, only release
(which is mine publication). How can I disable its automatic creation?Artyom Degtyarev [JB]
12/07/2020, 12:10 PMСоловьев Георгий
12/07/2020, 12:26 PMArtyom Degtyarev [JB]
12/07/2020, 12:36 PMrelease
publication.Соловьев Георгий
12/07/2020, 12:38 PMArtyom Degtyarev [JB]
12/08/2020, 12:20 PMPaul Woitaschek
02/01/2022, 3:00 PMArtyom Degtyarev [JB]
02/01/2022, 3:38 PMPaul Woitaschek
02/01/2022, 3:39 PMArtyom Degtyarev [JB]
02/03/2022, 1:03 PMkotlin-multiplatform
and maven-publish
plugins applied. And, as far as I understood while searching for more general solutions, there is no option to remove a declared publication from the project.