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