Hello all! I’ve been experimenting with cinterops ...
# multiplatform
p
Hello all! I’ve been experimenting with cinterops in multiplatform (specifically trying to neatly wrap WKWebkit for compose). I’ve noticed that if you have gradle cache builds enabled then cinterops don’t regenerate when syncing / rebuilding gradle (even if your interop headers have changed) - manual work-around is to delete the global gradle cache each time, and delete the commonise results in .gradle - just wondered if I’m doing something silly?