Hello, I have a cinterop question, when the Gradle...
# compiler
f
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).
a
Hi! Looks like it is Kotlin Gradle Plugin issue, can you maybe create a samplenproject to demonstrate the problem (also you may create a youtrack issue). Then I can try helping you with a workaround.
f
Nevermind, I found the issue inside my plugin (spmForKmp), it was the last before I’m going out of the beta stage 😄