dimsuz
08/29/2023, 1:09 PM# With R8 full mode generic signatures are stripped for classes that are not
# kept. Suspend functions are wrapped in continuations where the type argument
# is used.
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
for some reason it's not enough.
For now I worked around this by actually using the response — then R8 doesn't remove the Response class.