doubov
11/18/2022, 9:12 PMw: duplicate library name
warnings are. I recently upgraded one of the libraries (Turbine) to the latest version. It was previous using 1.6.1
coroutine version, but the latest version upgraded coroutines to 1.6.4
. Our app is using 1.6.3
version and only after upgrading the Turbine library did we start seeing the duplicate library warning. Did this start happening because Turbine is using a later version of the coroutines library? With the -Werror
flag set, compilation started failing and I'm trying to understand if I should be looking for a way to suppress this warning or will that come back to bite us in the future?Mitchell Syer
11/19/2022, 12:41 AM