Fixed JVM compilation error.

This commit is contained in:
Daan Vanden Bosch 2021-05-02 19:54:48 +02:00
parent 3af3f65c43
commit c4772eec40

View File

@ -1,3 +1,5 @@
@file:JvmName("UnsafeCastJvm")
package world.phantasmal.core.unsafe
@Suppress("UNCHECKED_CAST", "NOTHING_TO_INLINE")