Use implementation instead of modImplementation for the kotlinforforge dependency

This commit is contained in:
Username404-59 2021-05-03 10:53:45 +02:00
parent 9f8484561e
commit 6ceebb93ff
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ repositories {
}
dependencies {
forge("net.minecraftforge:forge:${rootProject.architectury.minecraft}-${rootProject.property("forge_version")}.+")
modImplementation("thedarkcolour:kotlinforforge:1.9.0")
implementation("thedarkcolour:kotlinforforge:1.9.0")
implementation(project(path = ":common")) { isTransitive = false }
add("developmentForge", project(path = ":common")) { isTransitive = false }
shadowC(project(path = ":common", configuration = "transformProductionForge")) { isTransitive = false }