Added Suppress("KotlinConstantConditions") in ReflectionTool

This commit is contained in:
2022-09-17 11:39:17 +08:00
parent be2810f136
commit 35bffae9ff

View File

@@ -25,6 +25,8 @@
* *
* This file is Created by fankes on 2022/3/27. * This file is Created by fankes on 2022/3/27.
*/ */
@file:Suppress("KotlinConstantConditions")
package com.highcapable.yukihookapi.hook.core.finder.tools package com.highcapable.yukihookapi.hook.core.finder.tools
import com.highcapable.yukihookapi.hook.core.finder.base.data.BaseRulesData import com.highcapable.yukihookapi.hook.core.finder.base.data.BaseRulesData