Is there any way to publish a multiplatform android variant to maven without building debug and release?
They are the same and don't do anything different so one of them should be enough. Of cause I could specify only debug or only release but then I would need to add matchingFallbacks on one side.