Hey! I'm trying to use Reagent (<github.com/jakewh...
# multiplatform
j
Hey! I'm trying to use Reagent (github.com/jakewharton/reagent), but I get a "Unresolved Reference: Observable" error when compiling This is my code:
Copy code
import reagent.Observable

expect interface ExampleAPI {

    fun getUsers(): Observable<UserModel>

}
This is the error from Gradle:
Unresolved reference: Observable
Anything I'm not seeing there? This code is in the common module of my project
o
j
I know - but I still wanted to try it 😛