alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
817 stars 747 forks source link

Adding HelloWorld sample for Kotlin #299

Closed giusedroid closed 2 years ago

giusedroid commented 2 years ago

Description

This PR adds an HelloWorld sample written in Kotlin. I translated the HelloWorld sample from Java to Kotlin.

Motivation and Context

A partner with expertise in Android development asked if it was possible to provide a Kotlin example.

Testing

  1. I built the skill with the current config using gradle
  2. I deployed the sample skill to a Lambda function in one of my AWS accounts and tested manually.

Screenshots (if appropriate)

Types of changes

Checklist

License

hannesa2 commented 2 years ago

Yes please, I would love to see this on master

giusedroid commented 2 years ago

bumped all required deps.

doiron commented 2 years ago

We are not supporting Kotlin at the moment. will close this PR until we decide to add support

hannesa2 commented 2 years ago

But you should support Kotlin, It is de facto standard for Android since ~2019 @doiron