diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-10-23 09:51:07 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-10-23 09:51:07 -0700 |
commit | 7653b26a950d3313f3f159ab76eec1f186055ac8 (patch) | |
tree | 1b9a832fa62dc00ec22ae03fa0068251615c456f /README.md | |
parent | b8a70e38f3e135f44fd5b3f37bd2aea793335a71 (diff) | |
download | KotlinForForge-7653b26a950d3313f3f159ab76eec1f186055ac8.tar.gz KotlinForForge-7653b26a950d3313f3f159ab76eec1f186055ac8.tar.bz2 KotlinForForge-7653b26a950d3313f3f159ab76eec1f186055ac8.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,13 @@ Makes Kotlin forge-friendly by doing the following: An example mod is provided at the [KotlinModdingSkeleton repository](https://github.com/thedarkcolour/KotlinModdingSkeleton). +As of Kotlin for Forge 1.4.0, you must use Gradle 5.3 or newer. To update, +go to the file at `./gradle/wrapper/gradle-wrapper.properties` and change this line: +```properties +# Gradle 5.3 or newer. Works fine with ForgeGradle. +distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-all.zip +``` + If you aren't sure where to start, make a fork of the KotlinModdingSkeleton repository. ```git git clone https://github.com/thedarkcolour/KotlinModdingSkeleton.git |