diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-12-19 09:54:05 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-12-19 09:54:05 -0800 |
commit | 668b5c35ea900750c35f2ea8d878c1c5e6a04607 (patch) | |
tree | e63f4c0e5e886256a762d409dcc73fc9d5e5321d /README.md | |
parent | 7653b26a950d3313f3f159ab76eec1f186055ac8 (diff) | |
download | KotlinForForge-668b5c35ea900750c35f2ea8d878c1c5e6a04607.tar.gz KotlinForForge-668b5c35ea900750c35f2ea8d878c1c5e6a04607.tar.bz2 KotlinForForge-668b5c35ea900750c35f2ea8d878c1c5e6a04607.zip |
Kotlin for Forge 1.7.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ To implement in an existing project, paste the following into your build.gradle: ```groovy buildscript { dependencies { - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20" } } @@ -40,7 +40,7 @@ repositories { dependencies { // Use the latest version of KotlinForForge - implementation 'thedarkcolour:kotlinforforge:1.6.2' + implementation 'thedarkcolour:kotlinforforge:1.7.0' } compileKotlin { |