https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
j

jossiwolf

10/20/2017, 4:22 PM
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

orangy

10/20/2017, 7:26 PM
j

jossiwolf

10/20/2017, 8:03 PM
I know - but I still wanted to try it 😛
3 Views