Rey (Kingg22)
07/27/2026, 4:04 PM> Task :mi-juego-prueba:kotlin_native_game:exported:linkDebugSharedMingwX64
e: /Users/kingg/.konan/dependencies/llvm-21-aarch64-macos-essentials-97/bin/clang++ invocation reported errors
The /Users/kingg/.konan/dependencies/llvm-21-aarch64-macos-essentials-97/bin/clang++ command returned non-zero exit code: 1.
output:
ld.lld: error: undefined symbol: Kotlin_getSourceInfo_libbacktrace
>>> referenced by /private/var/folders/v9/yd44fs5s5w57znxy9r3ckwzm0000gn/T/konan_temp16371787792539915229/godot_kotlin_sample.dll.o:(Kotlin_getSourceInfo_Function)
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
> Task :mi-juego-prueba:kotlin_native_game:exported:linkDebugSharedMingwX64 FAILED
in macbook pro m5
My gradle.properties github.com/kingg22/kogot/blob/…/gradle.properties
kotlin.incremental=true
kotlin.incremental.native=true
kotlin.native.incremental=true
kotlin.native.ignoreDisabledTargets=true
kotlin.native.enableKlibsCrossCompilation=true
kotlin.native.binary.sourceInfoType=libbacktrace
kotlin.native.binary.gc=cms
kotlin.mpp.enableCInteropCommonization=trueanton.bannykh
07/27/2026, 4:51 PManton.bannykh
07/27/2026, 5:24 PMRey (Kingg22)
07/27/2026, 5:24 PMRey (Kingg22)
07/28/2026, 1:46 AManton.bannykh
07/31/2026, 2:43 PM