Kottle
This mod provides the ability to compile and load mods written in the Kotlin language into Minecraft. It is specifically designed to work with Forge versions 1.13.2 through 1.15.
Main Features
Kottle includes the Kotlin standard library, reflection, annotations, and coroutines, allowing developers to utilize all the advantages of this modern programming language when creating mods.
Key features include:
- Support for declaring
objectas the main mod class - Ability to use the
@Mod.EventBusSubscriberannotation for event listeners - Built-in Kotlin libraries version 1.3.61
- Coroutines version 1.3.2
- JetBrains annotations version 18.0.0
For Players
If any mod requires Kottle installation, simply place this file in your game's /mods folder.
For Developers
The project source code is available on GitHub for study and use in your own projects.
Frequently Asked Questions
Can I use this in my modpack: Yes, without restrictions or additional permissions.
Issues and crashes: Report any problems through the issues system on GitHub.