Has anyone gotten compose to work in an applicatio...
# compose
c
Has anyone gotten compose to work in an application with proguard? Looks like my app wont launch anymore due to enabling compose. I'm not 100% sure it's composes fault yet, but it's the most glaring change so far.
j
Though proguard file I'm using is one inherited from previous (non-compose) version of app with some modifications.....probably a few things in there at least that are no longer needed
c
Looks like I'm getting an error from com.google.android.gms.measurement.internal.AppMeasurementDynamiteService Not sure what dependency that's coming from...
e
That could be a Firebase issue. I had it before and it was an outdated dependency to do with Firebase Analytics. It was a real pain to track down, but I recall having to update the dependency and also having to add some config to ProGuard. What error(s) are you getting?
c
I stopped investigating for now. I figure I'll wait for a new firebase version. had to get to other tasks unforutnately.
👍 1