Is there any tutorial on creating an obj-c/swift l...
# multiplatform
p
Is there any tutorial on creating an obj-c/swift library that I can use in the Kotlin code? I want to write a simple wrapper on top of the existing library (Auth0) to reuse it in my compose multiplatform app
Okay, I figured out that I could define implementation of a kotlin interface in my iosApp directory and inject it via Koin. But now I'm struggling with add ios dependency🫠
m
What's the struggle?
p
m
Oh, I see. Well, good luck on your project.
p
Thanks!