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 d69b63d commit 8ebbf07Copy full SHA for 8ebbf07
mod/build.gradle.kts
@@ -190,6 +190,7 @@ dependencies {
190
191
if (platform.isFabric && !isLegacyFabric) {
192
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")
194
}
195
annotationProcessor(
196
shadowMe("org.incendo:cloud-kotlin-coroutines-annotations:2.0.0") { excludeKotlin() }
0 commit comments