But I'm still not sure that it doesn't have to do ...
# android
o
But I'm still not sure that it doesn't have to do with kotlin as it was already multidexed before (with over 64k methods)
Update on this: removing an unrelated library (Stetho) lets me build. I wonder if I've hit a bug in Gradle?
h
Do you touch this other library in your proguard file?
o
I'm not using proguard in this build variant
And it doesn't really matter which library I remove, it's just a matter of reducing method count. Which is weird, because that's exactly what multidex is for. It's like I've hit a second, unknown method limit.