Matthew Laser
05/05/2022, 3:28 PMandroidx.startup
package in association with compose?FunkyMuse
05/05/2022, 4:44 PMMatthew Laser
05/05/2022, 4:48 PMandroidx.startup
is included as a transitive dependency after adding compose. Upon releasing, we found we were getting some NoClassDefFoundError
pointing to not being able to find the methods from that package.
The thing is, those methods are included. My understanding is that the issue is that androidx.startup
isn’t included in the primary dex file - but no matter what I try, I cannot get this package to be included in that file. At this point I’m just exhausted and came here to bother with some :not-kotlin: out of desperation 🙂