We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2da65 commit 5b69414Copy full SHA for 5b69414
fabric/build.gradle.kts
@@ -38,8 +38,8 @@ fun DependencyHandlerScope.setupConfigurations() {
38
dependencies {
39
// Fabric API (Do not touch)
40
modImplementation("net.fabricmc:fabric-loader:$fabricLoaderVersion")
41
- includeMod("net.fabricmc.fabric-api:fabric-api:$fabricApiVersion")
42
- includeMod("net.fabricmc:fabric-language-kotlin:$fabricKotlinVersion")
+ modImplementation("net.fabricmc.fabric-api:fabric-api:$fabricApiVersion")
+ modImplementation("net.fabricmc:fabric-language-kotlin:$fabricKotlinVersion")
43
44
// Add dependencies on the required Kotlin modules.
45
includeLib("org.reflections:reflections:0.10.2")
0 commit comments