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.
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:Also for I'm importing:
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.