alexsocha / luckyblock

The Lucky Block mod for Minecraft.
53 stars 24 forks source link

Bundled Fabric Language Kotlin #25 #26

Closed teddyxlandlee closed 3 years ago

teddyxlandlee commented 3 years ago

Do not simply extract Kotlin-JVM Runtime into the JAR!
First, it will occupy part of your compile time.
Most of the Kotlin-based Fabric mods use Fabric Language Kotlin as an API, which includes Kotlin runtime safely.
If you don't wanna let players download any dependencies (except Fabric API), you can click the "merge" button now cuz this PR bundles Fabric Language Kotlin.

Good Luck™!

alexsocha commented 3 years ago

Made redundant by https://github.com/alexsocha/luckyblock/pull/28