hi, I’m looking for a way to override the default ...
# kotlin-native
f
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
Nervermind, I found it :
Copy code
// Example
freeCompilerArgs +=
    listOf(
        "-Xoverride-konan-properties=osVersionMin.ios_simulator_arm64=16.0",
    )