Commit ecf4b8b9 authored by Him188's avatar Him188

Fix build

parent 447e7349
......@@ -67,7 +67,9 @@ expect open class BotConfiguration() : BotConfigurationBase {
* - 与平板冲突
* - 与手机和电脑不冲突
*/
ANDROID_PAD
ANDROID_PAD;
internal val id: Long
}
companion object {
......
......@@ -127,6 +127,7 @@ actual open class BotConfiguration : BotConfigurationBase() { // open for Java
botLoggerSupplier = { SingleFileLogger(identity(it), file) }
}
@Suppress("ACTUAL_WITHOUT_EXPECT")
actual enum class MiraiProtocol actual constructor(
/** 协议模块使用的 ID */
@JvmField actual internal val id: Long
......
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