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:
+4
-1
@@ -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
|
||||
Reference in New Issue
Block a user