actions-on-google-kotlin
actions-on-google-kotlin copied to clipboard
Remove internal in BasicCard
Removing internals in BasicCard() to fix issue #55
If the library used Moshi + Kotshi this PR would be needed since the adapters would be generated at compile time rather than runtime and the names would be correct.
@joerose