-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Kotlin #3687
Comments
Hey, @LouisCAD , we'll consider adding Kotlin to images and return back with the answer soon :) |
Hi, @LouisCAD |
@AlenaSviridenko In don't think the "Area: Android" tag is accurate. The "Area: Scripting and command line" and "Area: Common Tools" tags would fit this request better IMO. |
@LouisCAD, thank you for the clarification, updated tags. |
Hey, PRs for all OS with Kotlin are merged. Mac and Ubuntu have already got an update with Kotlin. Win will get with the next deploy. |
Hello, is it still awaiting deployment completion, or is the rollout done? |
hello, the rollout is done, all changes are applied. |
Tool name
Kotlin
Tool license
Apache 2.0
Add or update?
Desired version
1.5.20
Approximate size
No response
Brief description of tool
Having Kotlin installed would enable developers to use Kotlin scripts in place of bash scripts.
Startup time of the scripts would be a bit longer, but on the other hand, much more can be done, and much more safely as it's much easier to run logic and abstract things away with Kotlin compared to bash.
Also, the script syntax would be checked before they run by the compiler, unlike bash/shell that will crash at runtime, mid-flight.
URL for tool's homepage
https://kotlinlang.org/docs/command-line.html
Provide a basic test case to validate the tool's functionality.
Virtual environments affected
Can this tool be installed during the build?
Tool installation time in runtime
~10s
Are you willing to submit a PR?
Not at the moment because I'm busy with other OSS projects.
The text was updated successfully, but these errors were encountered: