Hello! How can I enforce recompilation of Klib art...
# kotlin-native
m
Hello! How can I enforce recompilation of Klib artifact that is linked with a static library using 'staticLibraries' option in def file? I even tried to remove the .a file and my app still magically runs 🪄
t
If I remember correctly either a gradle clean or removing .kotlin directory in project worked for me
🙌 1
It seems that there is an issue with cache not being invalidated properly for .def files
m
Removing kotlin directory seems to work, thanks!