Right now, both kermit-android and kermit-android-debug libraries are being published for Android. Looking through the code, it looks like the debug variant is identical to the release variant, so which version of the library is being used by a consumer shouldn't matter right now, but theoretically it could in the future. For example, theoretically kermit-android-debug could have a different default logging behavior than kermit-android.
Is publishing both variants intentional? If they are intended to behave identically, would only publishing the release version be clearer to consumers?