andreasmattsson
12/23/2018, 11:28 AMexpected
annotation class for a common module, in order to in the jvm module write actual typealias Headers = retrofit2.http.Headers
?
Where the actual implementation is the following:
https://github.com/square/retrofit/blob/master/retrofit/src/main/java/retrofit2/http/Headers.java
I've tried a whole bunch of variations on vararg val value: String
and val value: Array<String>
but it seems regardless I get some variation on the error The following declaration is incompatible because return type is different
?thevery
12/24/2018, 10:04 PMexpect annotation class Headers
?thevery
12/25/2018, 11:27 AMandreasmattsson
12/27/2018, 7:55 AMjush
06/14/2021, 2:25 PMjush
06/24/2021, 4:17 AM