The Kmp online wizard at
https://kmp.jetbrains.com/ doesnt provide default proguard rules file or define it on the gradle part of Android. But on a release app it seems to work flawlessly with R8 so i didnt care much...
Today i noticed after adding a trivial rule that defining the files even if empty gives a worst release build. So im quite lost here. Is this KMP related or AGP related ? My initial assumptions is that AGP adds proguard rules by default that are "better" than just adding the tipical base ones ? Any insights here?