Introduce compat source sets and move all kotlin sources to the main directory [no changelog]
9 lines
217 B
Kotlin
9 lines
217 B
Kotlin
|
|
|
|
package moe.nea.firmament.util
|
|
|
|
import kotlinx.coroutines.asCoroutineDispatcher
|
|
import net.minecraft.client.MinecraftClient
|
|
|
|
val MinecraftDispatcher by lazy { MinecraftClient.getInstance().asCoroutineDispatcher() }
|