docs icon indicating copy to clipboard operation
docs copied to clipboard

Add Kotlin to examples

Open QuintinWillison opened this issue 5 years ago • 1 comments

In the same way that we have Swift illustrated in addition to Objective-C for ably-cocoa examples, we should have Kotlin illustrated in addition to Java for ably-java examples.

We've already seen one customer support issue (internal link: 105418) where the fact that Kotlin doesn't have/need a new keyword caused confusion in that the nested class Channels in AblyRealtime could 'accidentally' be instantiated via constructor rather than accessed via field - i.e. the difference between myAblyRealtimeInstance.Channels() (constructor) and myAblyRealtimeInstance.channels (field).

┆Issue is synchronized with this Jira Task by Unito

QuintinWillison avatar Feb 13 '20 10:02 QuintinWillison

➤ Tony Bedford commented:

As a specific page is not mentioned, I’m assuming this issue applies to all docs (and tutorials). We should investigate - but if we’re adding a lot of Kotlin examples that would be an epic.

ably-sync-bot avatar Aug 19 '22 09:08 ably-sync-bot