theapache64
06/21/2022, 8:44 PM1.2.0-alpha01
) and the app using latest stable version (eg. 1.1.1
), which version will gradle pick? (i hope its the former - 1.2.0-alpha01
) In that case, if there’s a breaking API change in the latest version, how that’s managed by gradle? Would that fail the build? or does compose compiler will do some magic? 👀 Would this version conflict can cause an error like this?ephemient
06/21/2022, 9:15 PMNick Anthony
06/23/2022, 3:05 PM1.X.Y
will be binary compatibletheapache64
06/28/2022, 11:51 AM