Fabric Kotlin Extensions
This extension provides developers with a set of additional Kotlin libraries compatible with the main Fabric Language Kotlin plugin, opening up new possibilities for mod creation.
Available libraries included:
- Kotlin Scripting JVM - support for Kotlin scripts in JVM environment
- Kotlin Scripting JVM Host - components for hosting Kotlin scripts
- Kotlin Scripting JSR223 - implementation of JSR223 standard for scripting
- Kotlin Scripting Dependencies Maven - dependency management via Maven
- Kotlin Compiler - Kotlin language compiler
- Tiny Remapper - bytecode remapping tool
- Mapping IO - working with mapping files
- Kotlin Metadata JVM - access to Kotlin metadata
In future versions, the list of supported libraries may expand.
Important usage rule: similar to Fabric Language Kotlin, projects depending on this extension should NOT include its files in their build. This is especially critical since the mod includes a full Kotlin compiler, which significantly increases the build size.