Does anyone know why the configuration `<native...
# gradle
n
Does anyone know why the configuration
<nativeTarget>CInterop
extends from
<nativeTarget>CompilationImplementation
? I’m getting an error where the cinterop configuration is trying to resolve my
commonMain
dependencies, which have nothing to do with cinterop and of course it fails:
No matching variant of <myCommonMainDependency> was found. The consumer was configured to find a library for use during ‘kotlin-cinterop’, with the library elements ‘cinterop-klib’, …