Commit 01e887ff authored by Him188's avatar Him188

Fix clashed Jvm classname

parent 741d8f9e
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
*/ */
@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER") @file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
@file:JvmMultifileClass
@file:JvmName("BotEventsKt") @file:JvmName("BotEventsKt")
package net.mamoe.mirai.event.events package net.mamoe.mirai.event.events
...@@ -18,6 +19,7 @@ import net.mamoe.mirai.contact.Group ...@@ -18,6 +19,7 @@ import net.mamoe.mirai.contact.Group
import net.mamoe.mirai.contact.Member import net.mamoe.mirai.contact.Member
import net.mamoe.mirai.event.Event import net.mamoe.mirai.event.Event
import kotlin.internal.HidesMembers import kotlin.internal.HidesMembers
import kotlin.jvm.JvmMultifileClass
import kotlin.jvm.JvmName import kotlin.jvm.JvmName
import kotlin.jvm.JvmSynthetic import kotlin.jvm.JvmSynthetic
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment