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
hallvard
12/15/2017, 7:12 AM
Do you touch this other library in your proguard file?
o
ontherunvaro
12/15/2017, 7:54 AM
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.