airbnb / mavericks

Mavericks: Android on Autopilot
https://airbnb.io/mavericks/
Apache License 2.0
5.85k stars 499 forks source link

Recompile new compose alpha using beta07 #548

Closed inktomi closed 3 years ago

inktomi commented 3 years ago

There are some changes in the latest Compose beta (version beta07) that require libraries to be recompiled against this version. Not doing so makes them incompatible, unfortunately. This causes a runtime exception which will prevent the application from launching.

https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.0.0-beta07

gpeal commented 3 years ago

I think this is related to navigation-compose not mavericks but I put up https://github.com/airbnb/mavericks/pull/549 anyway

inktomi commented 3 years ago

Thank you! I was seeing the runtime error from Compose at launch. I look forward to trying the updated alpha.

inktomi commented 3 years ago

This is solved by the recent release including #549