twilio / voice-quickstart-android

Quickstart app for the Voice Android SDK
https://www.twilio.com/docs/api/voice-sdk/android/getting-started
MIT License
184 stars 140 forks source link

Migration to Kotlin #536

Closed Oleur closed 10 months ago

Oleur commented 2 years ago

Description

Is there a plan to have a Twilio SDK fully migrated to Kotlin in order to have a better integration with Kotlin codebases and take advantage of the Kotlin capabilities such as coroutines.

Expected Behavior

Twilio Kotlin SDK

afalls-twilio commented 10 months ago

@Oleur Thank you for your interest, because the SDK's java layer is primarily a wrapper around a larger internal C++ code base, java was easier to bridge to. That being said, we have many improvement ideas for the SDK and I would like to throw this one in that heap as well!