You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
I really loved your library, it helped me testing some features in my prototype.
But, using maps in Kotlin, I had some difficulties trying to get the map automatically filled. After some time trying to make things work, I remembered that Gson has a TypeToken interface that solved cases like that.
Sincerely, I already made a fork from your project and created the method, it worked perfectly here. I think it would be a good addition to your project, so I am going to create a PR. Hope you can accept it soon, as I would prefer to add your lib on gradle instead of maintaining a module adjacent to my project.
The text was updated successfully, but these errors were encountered:
Hello,
I really loved your library, it helped me testing some features in my prototype.
But, using maps in Kotlin, I had some difficulties trying to get the map automatically filled. After some time trying to make things work, I remembered that Gson has a TypeToken interface that solved cases like that.
Sincerely, I already made a fork from your project and created the method, it worked perfectly here. I think it would be a good addition to your project, so I am going to create a PR. Hope you can accept it soon, as I would prefer to add your lib on gradle instead of maintaining a module adjacent to my project.
The text was updated successfully, but these errors were encountered: