Fix XCFramework integration test.
This commit is contained in:
+5
@@ -4,6 +4,11 @@ plugins {
|
||||
kotlin("multiplatform")
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
kotlin {
|
||||
val xcf = XCFramework()
|
||||
val otherXCFramework = XCFramework("other")
|
||||
|
||||
Reference in New Issue
Block a user