I have a multi-module project. With the same build, the apk's size may differ by 300KB
(from 17 to 17.3MB)
. In the build with 17MB
in runtime I get an error:
java.lang.AssertionError: Built-in class kotlin.Any is not found.
Also in the project, obfuscation is configured. But I don’t think it’s caused by this. Clean and Invalidate and Restart do not always help.