aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-04-18 00:14:00 -0700
committerthedarkcolour <30441001+thedarkcolour@users.noreply.github.com>2020-04-18 00:14:00 -0700
commit2a30736db3ac5d065d9dd17f04aa10ca64e3d431 (patch)
tree0ea36808ae5bab95582722ec816b9796a6531ffd /README.md
parentdf25880dd91665c897d22fa43760d2dd8393b469 (diff)
downloadKotlinForForge-2a30736db3ac5d065d9dd17f04aa10ca64e3d431.tar.gz
KotlinForForge-2a30736db3ac5d065d9dd17f04aa10ca64e3d431.tar.bz2
KotlinForForge-2a30736db3ac5d065d9dd17f04aa10ca64e3d431.zip
Update 1.2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index fe29422..620aecc 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,12 @@ Makes Kotlin forge-friendly by doing the following:
To implement in your project, paste the following into your build.gradle:
```groovy
buildscript {
+ repositories {
+ maven { url = "https://dl.bintray.com/kotlin/kotlin-eap" }
+ }
dependencies {
// Make sure to use the correct version
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70"
}
}
@@ -40,7 +43,7 @@ compileKotlin {
}
}
```
-Then, add the following to your mods.toml file:
+Then, change the following to your mods.toml file:
```toml
modLoader="kotlinforforge"
# Change this if you require a certain version of KotlinForForge