Hi, I've added a native iOS third library - <Swift...
# multiplatform
y
Hi, I've added a native iOS third library - SwiftyBeaver to my
shared/src/iosMain
but it is impossible to use it, could you guys explain to me why is happening like this?
r
At the moment Kotlin doesn’t support direct interop with Swift. So you won’t be able to use a pure Swift library from Kotlin.
ObjC libraries (or Swift libraries that are compatible with ObjC) can be used with Kotlin.
y
that makes total sense, thanks for the answer. Is it considered in the future support for direct interop with swift?
r