diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-06-20 20:44:40 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-06-20 20:44:40 -0700 |
commit | fdc32cab958aa4e81c2f7a7e13213231b49c5815 (patch) | |
tree | de0e9a083954c3fea6c97bfff7e11fd68646d99e /README.md | |
parent | 98458685ef50708edb3aebc4d72366d4bc41d71a (diff) | |
download | KotlinForForge-fdc32cab958aa4e81c2f7a7e13213231b49c5815.tar.gz KotlinForForge-fdc32cab958aa4e81c2f7a7e13213231b49c5815.tar.bz2 KotlinForForge-fdc32cab958aa4e81c2f7a7e13213231b49c5815.zip |
Update Kotlin for Forge 1.3.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |