KT-66156 add KotlinRuntime to Swift Export Synthetic
This commit is contained in:
committed by
Space Team
parent
a17ad6bc55
commit
42f6eb4eb4
+1
-1
@@ -1,5 +1,5 @@
|
||||
import SwiftUI
|
||||
@testable import shared
|
||||
@testable import Shared
|
||||
|
||||
struct ContentView: View {
|
||||
var body: some View {
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
import XCTest
|
||||
@testable import shared
|
||||
@testable import Shared
|
||||
|
||||
final class iosAppTests: XCTestCase {
|
||||
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ kotlin {
|
||||
iosSimulatorArm64()
|
||||
).forEach {
|
||||
it.binaries.framework {
|
||||
baseName = "sdk"
|
||||
baseName = "Shared"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user