I'm trying to understand what the repercussions of...
# multiplatform
d
I'm trying to understand what the repercussions of
w: 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?
m
Not sure if this is a usual thing, but I just had this warning and could not compile anything that referenced any class or function from one of the duplicate library name libraries on native.