Kotlin for Forge Mod – 1.19.2, 1.18.2 – Kotlin Libraries

Author: MrShadyMan
0
207
kotlin for forge mod 1 19 2 1 18 2 kotlin libraries

Kotlin Forge Mod (1.19.2, 1.18.18) is used to create mods using the Kotlin programming languages. This mod works by shading the Kotlin libraries, providing KotlinLanguageProvider to load @Mod object declarations, providing AutoKotlinEventBusSubscriber to load @EventBusSubscriber declarations, and providing useful utility functions and constants.

Features:

  • Provides the Kotlin libraries.
  • Provides KotlinLanguageProvider to allow usage of object declarations as @Mod targets.
  • Provides AutoKotlinEventBusSubscriber to allow usage of object declarations as @Mod.EventBusSubscriber targets.
  • Provides useful utility functions and constants.
  • Provides its own implementation of the Forge eventbus to work with KCallables and reified type parameters.
  • Provides sided property delegates and object holder property delegates.

( Rating: 00 votes)

Comments

Your email address will not be published. Required fields are marked *

  • There are no comments yet. But yours could become the first one!