Skip to content

Commit 5b69414

Browse files
committed
Removed bundle
1 parent ee2da65 commit 5b69414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fabric/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ fun DependencyHandlerScope.setupConfigurations() {
3838
dependencies {
3939
// Fabric API (Do not touch)
4040
modImplementation("net.fabricmc:fabric-loader:$fabricLoaderVersion")
41-
includeMod("net.fabricmc.fabric-api:fabric-api:$fabricApiVersion")
42-
includeMod("net.fabricmc:fabric-language-kotlin:$fabricKotlinVersion")
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("org.reflections:reflections:0.10.2")

0 commit comments

Comments
 (0)