so, I ended up with such `cinterops` section ``` ...
# ios
o
so, I ended up with such
cinterops
section
Copy code
fromPreset(presets.iosX64, 'ios') {
            compilations.main.outputKinds('FRAMEWORK')
            compilations.main {
                cinterops {
                    firebase {
                        def pods = '${System.getProperty("user.home")}/Projects/kmpp/iosApp/Pods/'
                        includeDirs '${pods}Firebase/CoreOnly/Sources',
                                '${pods}FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers'
                    }
                }
            }
        }
but it does not link anything
c
I'm interested in this. If you can get it working can you please share here your solution? Thanks!
o
I’ve asked the same question on SO https://stackoverflow.com/questions/54005467 I guess it is better place to track a question
BTW if you have some progress share as well
s
What do you have in your
.def
file?
k
I also tried to do something similar awhile back with Auth0 Swift SDK but sadly had to give up because their SDK is pure swift and doesn't expose any APIs to Obj-C
I am interested in any progress in this area
o
Yes, I managed to do this. I described How I did this in SO question I mentioned above. Please ask there if you have any questions.
t
Hey, I'm running into some issues trying to include Firebase. Do you have any suggestions what I could do? https://kotlinlang.slack.com/archives/C3SGXARS6/p1553274261377300