summary refs log tree commit diff stats
path: root/build.gradle
diff options
context:
space:
mode:
authornatanfudge <natan.lifsiz@gmail.com>2019-08-15 23:17:32 +0300
committernatanfudge <natan.lifsiz@gmail.com>2019-08-15 23:17:32 +0300
commite2160008b08013fedba55496da3a3c87f8737c26 (patch)
tree6f65bb86da5216a5972a9171f851ae301c4b77cc /build.gradle
parent6f67f743f4fe3f1177ca859c6bb0f23a28ac87bd (diff)
change to modImplementation
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 5d588bf..ac7592e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ dependencies {
     // Fabric API. This is technically optional, but you probably want it anyway.
     modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
 
-    modApi "net.fabricmc:fabric-language-kotlin:${project.fabric_kotlin_version}"
+    modImplementation "net.fabricmc:fabric-language-kotlin:${project.fabric_kotlin_version}"
 
     // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
     // You may need to force-disable transitiveness on them.