Skip to content

Commit af6d46c

Browse files
committed
fix: including coroutines when provided by FLK
[no ci]
1 parent e8dedb3 commit af6d46c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mod/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ tasks {
303303
if (platform.isLegacyForge) {
304304
relocate("com.llamalad7.mixinextras", "gg.skytils.mixinextras")
305305
relocate("kotlinx.coroutines", "gg.skytils.ktx-coroutines")
306+
} else {
307+
exclude("kotlinx/coroutines/**")
306308
}
307309

308310
exclude(

0 commit comments

Comments
 (0)