KT-66156 add KotlinRuntime to Swift Export Synthetic

This commit is contained in:
Andrey Yastrebov
2024-02-27 10:47:26 +01:00
committed by Space Team
parent a17ad6bc55
commit 42f6eb4eb4
8 changed files with 81 additions and 30 deletions
@@ -1,5 +1,5 @@
import SwiftUI
@testable import shared
@testable import Shared
struct ContentView: View {
var body: some View {
@@ -7,7 +7,7 @@
//
import XCTest
@testable import shared
@testable import Shared
final class iosAppTests: XCTestCase {
@@ -9,7 +9,7 @@ kotlin {
iosSimulatorArm64()
).forEach {
it.binaries.framework {
baseName = "sdk"
baseName = "Shared"
}
}