Sembra che ci sia qualcosa che non va su questo punto di codice
e ottengo questo messaggio sui log TypeToken must be created with a type argument: new TypeToken<...>() {}; When using code shrinkers (ProGuard, R8, ...) make sure that generic signatures are preserved.codice:val type = object : TypeToken<ArrayList<String>>() {}.type