From e2160008b08013fedba55496da3a3c87f8737c26 Mon Sep 17 00:00:00 2001 From: natanfudge Date: Thu, 15 Aug 2019 23:17:32 +0300 Subject: change to modImplementation --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') 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. -- cgit 1.4.1