zachtib
02/17/2019, 10:10 PMEnvelope<T>
response body adapter? The converter factory in this example uses the Java wildcard generic (*
) and I'm not sure how to adapt that to KotlinDico
02/17/2019, 11:11 PMzachtib
02/17/2019, 11:12 PMTypes
class, which I don't seem to have (on Android), is there an extra dependency I need?gildor
02/17/2019, 11:33 PMgildor
02/17/2019, 11:34 PMzachtib
02/17/2019, 11:58 PMTypeToken
?zachtib
02/17/2019, 11:59 PMzachtib
02/18/2019, 12:00 AMzachtib
02/18/2019, 12:14 AMzachtib
02/18/2019, 12:15 AMval parameterized = TypeToken.getParameterized(Envelope::class.java, type)
gildor
02/18/2019, 2:15 AMzachtib
02/18/2019, 1:30 PM