Jay
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?
what is the status of this feature?
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() {...
Version `2.0.3` should fix this issue.
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()`.