Skip to content

Commit 737e291

Browse files
committed
Refactor: Don't include the jars
1 parent dbaadbc commit 737e291

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fabric/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ fun DependencyHandlerScope.setupConfigurations() {
3636
}
3737

3838
dependencies {
39-
// Fabric API
40-
includeMod("net.fabricmc:fabric-loader:$fabricLoaderVersion")
41-
includeMod("net.fabricmc.fabric-api:fabric-api:$fabricApiVersion")
42-
includeMod("net.fabricmc:fabric-language-kotlin:$fabricKotlinVersion")
39+
// Fabric API (Do not touch)
40+
modImplementation("net.fabricmc:fabric-loader:$fabricLoaderVersion")
41+
modImplementation("net.fabricmc.fabric-api:fabric-api:$fabricApiVersion")
42+
modImplementation("net.fabricmc:fabric-language-kotlin:$fabricKotlinVersion")
4343

4444
// Add dependencies on the required Kotlin modules.
4545
// includeLib(...)

0 commit comments

Comments
 (0)