diff --git a/core/src/jvmMain/kotlin/world/phantasmal/core/unsafe/UnsafeCast.kt b/core/src/jvmMain/kotlin/world/phantasmal/core/unsafe/UnsafeCast.kt index ba35ab82..81e3a373 100644 --- a/core/src/jvmMain/kotlin/world/phantasmal/core/unsafe/UnsafeCast.kt +++ b/core/src/jvmMain/kotlin/world/phantasmal/core/unsafe/UnsafeCast.kt @@ -1,3 +1,5 @@ +@file:JvmName("UnsafeCastJvm") + package world.phantasmal.core.unsafe @Suppress("UNCHECKED_CAST", "NOTHING_TO_INLINE")