I updated to Kotlin 2.0.0 but now when loading a shared library linked against the K/N static library I get this:
undefined symbol: __p_type
How would I solve this?
martmists
05/30/2024, 3:06 PM
Interestingly this only seems to be in the debugStatic build, not in the releaseStatic one. Likely because it was completely unused, but I'm curious as to why libresolv.a wasn't added to the debug build in that case.