mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-05 07:30:09 +08:00
Fix reference
This commit is contained in:
parent
2e39daad79
commit
8dabeba40d
@ -103,7 +103,7 @@ kotlin {
|
||||
dependencies {
|
||||
runtimeOnly(files("build/classes/kotlin/jvm/main")) // classpath is not properly set by IDE
|
||||
api(kotlinx("serialization-runtime", serializationVersion))
|
||||
api(kotlinx("serialization-protobuf", serializationVersion))
|
||||
//api(kotlinx("serialization-protobuf", serializationVersion))
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -358,7 +358,7 @@ internal class MemberInfoImpl(
|
||||
override val muteTimestamp: Int = jceInfo.dwShutupTimestap?.toInt() ?: 0
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalContracts::class)
|
||||
@UseExperimental(ExperimentalContracts::class)
|
||||
internal fun GroupImpl.Companion.checkIsInstance(expression: Boolean) {
|
||||
contract {
|
||||
returns() implies expression
|
||||
|
@ -15,7 +15,6 @@ import io.ktor.utils.io.ByteReadChannel
|
||||
import io.ktor.utils.io.core.ByteReadPacket
|
||||
import io.ktor.utils.io.core.Input
|
||||
import kotlinx.io.InputStream
|
||||
import kotlinx.serialization.InternalSerializationApi
|
||||
import net.mamoe.mirai.contact.Contact
|
||||
import net.mamoe.mirai.contact.Group
|
||||
import net.mamoe.mirai.contact.QQ
|
||||
@ -70,7 +69,6 @@ class ExternalImage private constructor(
|
||||
filename: String
|
||||
) : this(width, height, md5, imageFormat, input as Any, input.remaining, filename)
|
||||
|
||||
@OptIn(InternalSerializationApi::class)
|
||||
constructor(
|
||||
width: Int,
|
||||
height: Int,
|
||||
|
Loading…
Reference in New Issue
Block a user