hi,
I’m looking for a way to override the default values of the compiler’s konan.properties inside the gradle configuration.
I don’t want to modify the file
François
07/05/2025, 9:34 AM
Nervermind, I found it :
Copy code
// Example
freeCompilerArgs +=
listOf(
"-Xoverride-konan-properties=osVersionMin.ios_simulator_arm64=16.0",
)