From 64015fc22ee7530986ef1cd10499098de7639346 Mon Sep 17 00:00:00 2001
From: Alexander Nozik <altavir@gmail.com>
Date: Sun, 19 Jan 2025 13:26:32 +0300
Subject: [PATCH] add cross-compillation flag

---
 gradle.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle.properties b/gradle.properties
index 015d2c52..44c3306a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -6,5 +6,6 @@ org.gradle.jvmargs=-Xmx4096m
 kotlin.mpp.stability.nowarn=true
 kotlin.native.ignoreDisabledTargets=true
 org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
+kotlin.native.enableKlibsCrossCompilation=true
 
 toolsVersion=0.16.1-kotlin-2.1.0
\ No newline at end of file