@@ -38,15 +38,9 @@ kotlin {
38
38
embedBitcode(" disable" )
39
39
linkerOpts(" -F$projectDir /../Carthage/Build/iOS" )
40
40
}
41
- getTest(" DEBUG" ). linkerOpts(" -F../Carthage/Build/iOS" , " -framework" , " GCDWebServers" )
42
- // getTest("DEBUG").linkerOpts.add("-framework GCDWebServers".toString())
43
- // getTest("DEBUG").linkerOpts.add("-F../Carthage/Build/iOS".toString())
44
- // getTest("DEBUG").freeCompilerArgs.add("-framework GCDWebServers".toString())
41
+ getTest(" DEBUG" ). linkerOpts(" -F$projectDir /../Carthage/Build/iOS" , " -framework" , " GCDWebServers" )
45
42
}
46
43
47
- // [compilations.main, compilations.test].each {
48
- // it.cinterops {
49
- // }
50
44
compilations. main. cinterops {
51
45
gcdWebServer {
52
46
defFile(" gcdWebServer.def" )
@@ -73,7 +67,7 @@ kotlin {
73
67
implementation ' org.jetbrains.kotlin:kotlin-test-common'
74
68
implementation ' org.jetbrains.kotlin:kotlin-test-annotations-common'
75
69
implementation ' io.ktor:ktor-client-core:1.3.2'
76
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7 '
70
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5-native-mt '
77
71
}
78
72
}
79
73
@@ -87,7 +81,7 @@ kotlin {
87
81
88
82
androidTest {
89
83
dependencies {
90
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.7 '
84
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.5-native-mt '
91
85
implementation ' androidx.test.ext:junit:1.1.1'
92
86
implementation ' org.robolectric:robolectric:4.3.1'
93
87
implementation ' org.jetbrains.kotlin:kotlin-test'
@@ -98,7 +92,7 @@ kotlin {
98
92
99
93
iosTest {
100
94
dependencies {
101
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.3.7 '
95
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.3.5-native-mt '
102
96
implementation ' io.ktor:ktor-client-ios:1.3.2'
103
97
}
104
98
}
0 commit comments