rickclephas / KMP-NativeCoroutines

Library to use Kotlin Coroutines from Swift code in KMP apps
MIT License
1.07k stars 32 forks source link

Question: How to get createObservable generated? #116

Closed chadlung closed 1 year ago

chadlung commented 1 year ago

I've been working through the readme and sample project. I created my own project now but I've noticed that createObservable. don't get generated. XCode complains:

let observable = createObservable(for: myStuff.myValue)

No exact matches in call to global function 'createObservable'

Also for I'm importing:

import KMPNativeCoroutinesRxSwift

And I do see public func createObservable ... in there.

Using 1.0.0-ALPHA-10. I'm guessing there is a setting being missed but I've gone over all the gradle settings, etc. and can't yet figure this out. Thanks.