Fix XCFramework integration test.

This commit is contained in:
konstantin.tskhovrebov
2022-08-02 14:40:50 +02:00
parent 81ad6140e1
commit c5c8f5ef49
@@ -4,6 +4,11 @@ plugins {
kotlin("multiplatform")
}
repositories {
mavenLocal()
mavenCentral()
}
kotlin {
val xcf = XCFramework()
val otherXCFramework = XCFramework("other")