jossiwolf
10/20/2017, 4:22 PMimport 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 projectorangy
jossiwolf
10/20/2017, 8:03 PM