Hello! Is is possible to publish KMP library so that Android only has `release` configuration? When ...
m
Hello! Is is possible to publish KMP library so that Android only has
release
configuration? When I try to load my published library into KMP project I get error: fail to resolve
my.library-android-debug
but I do not want to publish the debug AAR 🤔
a