I’m sorry it’s not about Kotlin, but I have a question
We are using r8 for code optimization, obfuscation, etc
Usually, when it’s a release build, you add an option like isMinifyEnabled=true
Currently I’m a multi-module project, should I set this option on the sub-feature modules, not the app modules?
If I don’t add this option in the subfeature module, will the advantages of r8 be optimised, obfuscated, etc. not apply?
In the process of updating to agp 8.4.0, there are a lot of r8 build errors in the library module, so I’m curious about it
not kotlin but kotlin colored 2