From 7197bc5134ce1a4c1991bac300f25cc4ca12a5df Mon Sep 17 00:00:00 2001 From: Will FP Date: Sat, 11 May 2024 17:04:43 +0100 Subject: [PATCH] Reflection Suppressions --- .../src/main/kotlin/com/willfp/ecoenchants/ReflectionUtil.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/ReflectionUtil.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/ReflectionUtil.kt index 70f40870..b9aeed1d 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/ReflectionUtil.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/ReflectionUtil.kt @@ -1,3 +1,5 @@ +@file:Suppress("DEPRECATION", "KotlinRedundantDiagnosticSuppress") + package com.willfp.ecoenchants import sun.misc.Unsafe