ticketmaster / actions-on-google-kotlin

Unofficial Actions on Google SDK for Kotlin and Java
Apache License 2.0
119 stars 20 forks source link

Refactors isEmpty() methods to empty() #51

Closed louth closed 6 years ago

louth commented 6 years ago

The presence of isEmpty() causes some kotlin JSON parsers (e.g. fasterxml as used by AWS Lambda) to generate a field labelled 'empty' because isEmpty() follows the pattern of a boolean accessor.

patjackson52 commented 6 years ago

Thanks for the PR. I will push a new version to jcenter today