https://kotlinlang.org logo
Title
m

Matthew Laser

05/05/2022, 3:28 PM
hey all - has anyone been having issues with the
androidx.startup
package in association with compose?
f

FunkyMuse

05/05/2022, 4:44 PM
no, what seems to be the issue you’re having?
m

Matthew Laser

05/05/2022, 4:48 PM
I’ve got a weird issue wherein
androidx.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 🙂