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
Thomas
07/15/2025, 4:27 PM
If I remember correctly either a gradle clean or removing .kotlin directory in project worked for me
🙌 1
Thomas
07/15/2025, 4:28 PM
It seems that there is an issue with cache not being invalidated properly for .def files