Skip to content

Commit 8ebbf07

Browse files
build: add fabric-language-kotlin to modLocalRuntime
1 parent d69b63d commit 8ebbf07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mod/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ dependencies {
190190

191191
if (platform.isFabric && !isLegacyFabric) {
192192
include(modImplementation("org.incendo:cloud-fabric:2.0.0-beta.10")!!)
193+
modLocalRuntime("net.fabricmc:fabric-language-kotlin:1.13.3+kotlin.2.1.21")
193194
}
194195
annotationProcessor(
195196
shadowMe("org.incendo:cloud-kotlin-coroutines-annotations:2.0.0") { excludeKotlin() }

0 commit comments

Comments
 (0)