Is it possible to use ios library from ios target ...
# multiplatform
b
Is it possible to use ios library from ios target sourcesets? Example I want to implement common class using firebase library.
r
People are definitely trying to use Firebase iOS SDK from Kotlin/Native, but I'm not sure whether it's seamless right now. Check this issue, for example: https://github.com/JetBrains/kotlin-native/issues/2052
b
Thanks