Foundations(iOS Sourceset): - Fix test resource loading for iOS targets(using Gradle env. variables).

- Bring in the SwiftPackageManager for KMP plugin, to use Swift libraries for iOS implementations(and configure accordingly).
  - Bring in cachemap dependency(for iOS LargeCache implementation).
This commit is contained in:
KotlinGeekDev
2026-01-12 14:52:12 +01:00
parent 086e929e32
commit b94f8c9083
3 changed files with 50 additions and 16 deletions
+4 -1
View File
@@ -27,4 +27,7 @@ android.nonFinalResIds=false
kotlin.daemon.jvmargs=-Xmx12g -XX:MaxMetaspaceSize=3g
# because we use a custom jvmAndroid target
kotlin.mpp.applyDefaultHierarchyTemplate=false
kotlin.mpp.applyDefaultHierarchyTemplate=false
# This is needed for the Swift bridge to work.
kotlin.mpp.enableCInteropCommonization=true