diff options
| author | ketsuban <ketsuban@192.168.3.110> | 2026-08-25 21:39:23 +0000 |
|---|---|---|
| committer | ketsuban <ketsuban@192.168.3.110> | 2026-08-25 21:39:23 +0000 |
| commit | 53b0e992b2cbdfed1424139bd5b793a2d275ecca (patch) | |
| tree | 37d64c6d52d16b23838a6a1e8bd0d390c7b11cc1 | |
| parent | 0ddeb6ab4752cb4b117e841bc98a8c40b2785085 (diff) | |
| download | kukuri-53b0e992b2cbdfed1424139bd5b793a2d275ecca.tar.gz kukuri-53b0e992b2cbdfed1424139bd5b793a2d275ecca.tar.bz2 kukuri-53b0e992b2cbdfed1424139bd5b793a2d275ecca.zip | |
content-store: drop iOS targets (linux native hierarchy quirk)
| -rw-r--r-- | modules/orgflow-content-store/build.gradle.kts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/orgflow-content-store/build.gradle.kts b/modules/orgflow-content-store/build.gradle.kts index b64c5f2..e4a07d9 100644 --- a/modules/orgflow-content-store/build.gradle.kts +++ b/modules/orgflow-content-store/build.gradle.kts @@ -12,9 +12,6 @@ kotlin { wasmJs { nodejs() } linuxX64() - iosArm64() - iosSimulatorArm64() - iosX64() sourceSets { commonMain.dependencies { |
