We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbaadbc commit 737e291Copy full SHA for 737e291
fabric/build.gradle.kts
@@ -36,10 +36,10 @@ fun DependencyHandlerScope.setupConfigurations() {
36
}
37
38
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")
+ // Fabric API (Do not touch)
+ modImplementation("net.fabricmc:fabric-loader:$fabricLoaderVersion")
+ 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(...)
0 commit comments