From fdc32cab958aa4e81c2f7a7e13213231b49c5815 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sat, 20 Jun 2020 20:44:40 -0700 Subject: Update Kotlin for Forge 1.3.0 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a00d7d..29e3554 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,13 @@ Makes Kotlin forge-friendly by doing the following: - Provides sided property delegates and object holder property delegates An example mod is provided at the [KotlinModdingSkeleton repository](https://github.com/thedarkcolour/KotlinModdingSkeleton). + If you aren't sure where to start, make a fork of the KotlinModdingSkeleton repository. ```git git clone https://github.com/thedarkcolour/KotlinModdingSkeleton.git ``` -To implement in your project, paste the following into your build.gradle: +To implement in an existing project, paste the following into your build.gradle: ```groovy buildscript { repositories { -- cgit