There is a section in the docs on publishing android artifacts:
https://kotlinlang.org/docs/mpp-publish-lib.html#publish-an-android-library
Within my library the distinction between release and debug doesn't really makes sense.
And if I only publish one I need to provide matching fallbacks. Why is that necessary? Usually when I consume an an android library using maven that doesn't have both debug and release published but only one right?