From bf11f1cb96cfeb98a21025459f24f235ff06cd42 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Mon, 11 Nov 2019 14:47:37 -0800 Subject: Adding files --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7a84c65..76776cf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -I am no longer working on this because Kottle exists. - - # KotlinForForge -Makes Kotlin forge-friendly. +Makes Kotlin forge-friendly by doing the following: +- 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 `KtDeferredRegister` as an alternative to `DeferredRegister` that returns non-null values To implement in your project, add the following to your build.gradle: ```groovy -- cgit