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 was archived by the owner on Mar 31, 2025. It is now read-only.
Running Kotlin, the following code used to work just fine on 0.2.0.
On 0.3.0 it's throwing the following:
java.lang.IllegalArgumentException: cloud.AirtableOrderItem does not have a property corresponding to [type]Apparently 0.3.0 expects all columns to exist on the bean (there is a column called 'type' in the table)? There has got to be a better way?