add basic ios implementation

This commit is contained in:
2026-08-04 08:24:40 +07:00
parent 7009dbf692
commit e3fec77359
34 changed files with 2671 additions and 22 deletions
+1
View File
@@ -22,6 +22,7 @@ kotlin {
iosTarget.binaries.framework {
baseName = "Shared"
isStatic = true
binaryOptions["objcExportSuspendFunctionLaunchThreadRestriction"] = "none"
}
}