Hello,
I have a cinterop question, when the Gradle Cache is enabled.
If I modify the definition file, the CInteropProcess task should invalidate the cache and their dependencies?
But, currently, the metadata generated (inside the .kotlin folder) is NOT updated.
So the Kotlin/ObjC bridge is not updated and a clean/build need to be done, I would like to avoid that (It takes too much time).