Jay

Results 31 comments of Jay

Try to annotate your method with `@Multipart` which is a retrofit annotation. On Tue, 27 Feb 2018 at 2:01 PM, Nowfal wrote: > sorry i unexpectedly closed that issue >...

Pls try the latest version `2.0.0`

pls provide a demo project

can you provide the error stacktrace?

does your app have multiple processes?

can you create a demo that can reproduce this issue, so that i can dig into it?

Latest version 2.23.11 still has this problem! Any progress? It's easy to reproduce: 1. **DON'T** use mock-maker-inline 2. Try the following code: ```java open class Foo { fun foo() {...

Problem 1: Have you added [kotlin android extension plugin](https://kotlinlang.org/docs/tutorials/android-plugin.html)? Problem 2: `SimpleCell` is a parameterized type, so you should write `val cells:MutableList = mutableListOf()`.