From ba62c03c9f966410169be1ca297238bd00e2c87e Mon Sep 17 00:00:00 2001 From: Kevin Galligan Date: Tue, 28 May 2024 10:06:36 -0400 Subject: [PATCH] Try static build --- .gitignore | 1 + shared/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f26903f7..6eedae13 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ *.xcbkptlist !/.idea/codeStyles/* !/.idea/inspectionProfiles/* +.kotlin \ No newline at end of file diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index d3142196..fe2a0d35 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -57,7 +57,7 @@ kotlin { iosSimulatorArm64() ).forEach { it.binaries.framework { - isStatic = false + isStatic = true linkerOpts("-lsqlite3") export(libs.touchlab.kermit.simple) }