Known Issues
Failed to store cache entry
The error message Failed to store cache entry
is a Gradle cache issue that can't be fixed, but can only be avoided by disabling the cache.
Error: module _stddef requires feature found_incompatible_headers__check_search_paths
This compilation error is due to an incompatibility between Kotlin <= 2.1.20 and Xcode >= 16.3.
You have two choices:
- Use Xcode version 16.2 and earlier.
- Upgrade your Kotlin version to 2.1.21 and later.
Failed to look up symbolic reference at 0x... - offset ... - symbol symbolic ... in .../debugTest/test.kexe
This is an issue about using the bridge with an invalid version of swift.
More details here