KotlinForNukkit

KotlinForNukkit 2.0.0

Compatible API Versions
1.0.0
Sourcecode
https://github.com/toby7002/KotlinForNukkit
This plugin will load the Kotlin libraries inside the server classpath in order to allow other plugins use Kotlin without shading it inside the jar file.

Come with
- kotlin-reflect
- kotlin-stdlib
- kotlinx-coroutines-jdk8
- kotlinx-serialization-core
- kotlinx-serialization-json

Usage:
Just put the jar file in `plugins/` folder.

License:
Licensed under the GNU General Public License v3.0
Author
toby7002
Downloads
184
Views
344
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. v2.0.0

    Bump Kotlin to version 2.0.0
Top