Hi <@U4CP1J0QP>, looks like `0.8-dev-2538` with `i...
# kotlin-native
t
Hi @e5l, looks like
0.8-dev-2538
with
ios_arm32
support already published to bintray, could you please update http client?
Right now build fails with
Copy code
> Task :compileDebugIos_arm64KotlinNative
Undefined symbols for architecture arm64:
  "_private_classes_<stdlib>_kotlin.collections.ArrayList.Itr_666", referenced from:
      _kfun:io.ktor.common.client.http.URLProtocol.Companion.<init>()io.ktor.common.client.http.URLProtocol.Companion in combined.o
  "_private_classes_<stdlib>_kotlin.text.StringBuilder_411", referenced from:
      _kfun:io.ktor.common.client.http.URLBuilder.appendTo#internal in combined.o
  "_private_functions_<stdlib>_kfun:kotlin.text.StringBuilder.append(kotlin.Char)kotlin.text.StringBuilder_801", referenced from:
      _kfun:io.ktor.common.client.http.URLBuilder.appendTo#internal in combined.o
  "_private_functions_<stdlib>_kfun:kotlin.text.StringBuilder.append(kotlin.CharSequence?)kotlin.text.StringBuilder_803", referenced from:
      _kfun:io.ktor.common.client.http.URLBuilder.appendTo#internal in combined.o
  "_private_functions_<stdlib>_kotlin.collections.ArrayList.Itr.hasNext#internal_1241", referenced from:
      _kfun:io.ktor.common.client.http.URLProtocol.Companion.<init>()io.ktor.common.client.http.URLProtocol.Companion in combined.o
  "_private_functions_<stdlib>_kotlin.collections.ArrayList.Itr.next#internal_1243", referenced from:
      _kfun:io.ktor.common.client.http.URLProtocol.Companion.<init>()io.ktor.common.client.http.URLProtocol.Companion in combined.o
ld: symbol(s) not found for architecture arm64
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
👀 1
s
does ktor work with kotlin/native?
t
@spierce7 I think not yet, http client uses ktor only as "expect" for request/response/other stuff and all actual work is done by platform classes