This mod provides the Kotlin stdlib at runtime. The versions will stay accurate to the stdlib version contained.
- Clone
- Let gradle do its stuff
- Replace the game path variables with your game's path
- Note that this is only used for building the project, the built jar does not need these set to work!
- Run any of
gradle runClient
,gradle runDevClient
, orgradle runServer
and copy the result jar file frombuild/libs