Skip to content

Commit

Permalink
Forge works :D
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Oct 1, 2023
1 parent d86e06a commit 3434066
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ dependencies {
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive = false }

// Add actual kotlin
forgeRuntimeLibrary("org.jetbrains.kotlin:kotlin-stdlib-jdk8:${rootProject.kotlin_version}")
forgeRuntimeLibrary("org.jetbrains.kotlin:kotlin-reflect:${rootProject.kotlin_version}")
forgeRuntimeLibrary("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation 'thedarkcolour:kotlinforforge:3.12.0'
}

processResources {
Expand Down

0 comments on commit 3434066

Please sign in to comment.