Home

Awesome

<!-- markdownlint-disable MD041 --> <!-- markdownlint-disable MD033 MD013 --> <div align="center">

asdf-kotlin Build

kotlin (and kotlin-native if available) plugin for asdf version manager

</div> <!-- markdownlint-enable MD033 MD013 -->

Contents

Dependencies

Install

Plugin:

asdf plugin add kotlin
# or
asdf plugin add kotlin https://github.com/asdf-community/asdf-kotlin.git

kotlin:

# Show all installable versions
asdf list-all kotlin

# Install specific version
asdf install kotlin latest

# Set a version globally (on your ~/.tool-versions file)
asdf global kotlin latest

# Now kotlin commands are available
kotlin -help

Check the asdf readme for instructions on how to install & manage versions of kotlin.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

Issues

License

MIT License

Tests

Github Actions

Note: See workflows

Locally with Docker Compose

Note: Only tests linux (Ubuntu 22.04) and takes a while since it builds on every run