One use case has appeared where the cinterop commo...
# kotlin-native
n
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.
a
Yes +1
commonizeCInterop FAILED Exception in thread “main” java.lang.IllegalStateException: Unresolved classifier: cocoapods/**/**