When I define two extension functions with the same signature I get an conflicting overloads
error, even if the extension functions are defined in different files.
Does this make different libraries that define the same extension function incompatible to each other?
Say, both libraries declare extension functions on String
with the same name and parameters. Is there still any way to use these two libraries in the same project?