morning, anyone had any ideas with Kotlin 1.2 and ...
# android
g
morning, anyone had any ideas with Kotlin 1.2 and the rx call adapter? the call is made, response comes back and shows in the logging interceptor for retrofit but never comes back to the subscribe function
g
Looks like not related on Kotlin 1.2 or any other version
g
Really? if I downgrade back to 1.1.61 it works fine?
g
Maybe you can show some minimal example that reproduces such problem
☝️ 1
g
think Ill try
l
are you using Parcelize? maybe something wrong with it there are few changes on 1.2
g
Maybe you just get crash. Do you have onError listener in your subscribe?
g
yep nothing shows up there
l
Did you mix with coroutines?
g
no coroutines