Anyone in here with experience packaging ktor-clie...
# ktor
r
Anyone in here with experience packaging ktor-client in an iOS framework?
e
Hi, @ribesg. Kotlin native doesn’t generate Swift methods for suspend functions. So probably you couldn’t export client methods directly to Swift for now.
r
I think the problem is that I was exporting too many dependencies because I had
transitiveExport
set, so it exported (or try to export) everything in all ktor deps, including a lot of things which cannot be properly exported. At least that’s what I understood