Kris Wong
01/29/2020, 5:13 PMSam Schilling
01/29/2020, 5:28 PMKris Wong
01/29/2020, 5:36 PMdambakk
01/29/2020, 6:18 PMKris Wong
01/29/2020, 6:31 PMiosX64("ios") {
compilations {
"main" {
dependencies {
implementation("suparnatural-kotlin-multiplatform:fs-iosx64:$suparnaturalVersion")
}
}
"test" {
cinterops.create("OHHTTPStubs") {
includeDirs("c_interop/OHHTTPStubs/Headers")
}
}
}
binaries.getTest(DEBUG).linkerOpts("-Lc_interop/OHHTTPStubs")
}
kpgalligan
01/29/2020, 6:39 PMKris Wong
01/29/2020, 6:57 PM