The best toolkit to build, run or compile Kotlin appications.
Project description
_ __ _ _
| | / / | | | | 💙💙💜💛💛💛
| |/ / ___ | |_| |_ _ _ __ 🩵💙💛💛💛
| \ / _ \| __| | | | | '_ \ 🩷🧡💛💛
| |\ \ (_) | |_| | |_| | | | | 🩷🧡🧡💜
\_| \_/\___/ \__|_|\__, |_| |_| 🧡🧡🩵💙💜
__/ | 🧡🩵🩵💙💙💜
|___/
Kotlyn
CURRENTLY WINDOWS ONLY!
Linux (Unix) support is going to be addedd, if everything goes right the unix based version will be out by May 2024.
The best toolkit to build, run and compile Kotlin appications.
Installation Guide
It's really easy, don't worry! 😘
- Make sure python 🐍 is installed
python --version
- Use pip to install the CLI
python -m pip install --upgrade kotlyn
- Run the setup
python -m kotlyn !setup
- Check if the installation is correct ✅
kotlyn !version
Usage
CURRENTLY ALL
.KT
FILES IN THE SRC DIR ARE LINKED & COMPILED
A fix/feature is on the way
Run a kotlin (.kt
) file
This will build the
.jar
file in kotlyn's temp folder and will automatically delete it after the program has finished.
To run the Main.kt
just do:
kotlyn Main.kt
Build the Main.jar
file
This will build the
Main.jar
file in the same directory where your entry kotlin file is located.
kotlyn --build Main.kt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kotlyn-0.4.0.tar.gz
(6.9 kB
view hashes)
Built Distribution
kotlyn-0.4.0-py3-none-any.whl
(5.8 kB
view hashes)