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
Hi,
I wanted to include LatLng, a parcelable class from the Google Maps API, and the plugin generated wrong code for this field, inventing a method name based on the class name.
To solve the problem, I added these two extension functions in the companion object:
Hi,
I wanted to include
LatLng
, a parcelable class from the Google Maps API, and the plugin generated wrong code for this field, inventing a method name based on the class name.To solve the problem, I added these two extension functions in the companion object:
so I could use them in place of the wrong code.
Could this plugin support Parcelables along with primitives types?
The text was updated successfully, but these errors were encountered: