One use case has appeared where the cinterop commonizer fails. Using a Kotlin Native library from another Kotlin Native library, where the same C library is used. With the cinterop commonizer enabled in the library depending on the other library an error appears about a unresolved classifier from the C library, even though the Kotlin wrapper for the C library is provided by the dependency.