We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f632b7 commit b702248Copy full SHA for b702248
build.gradle.kts
@@ -1,8 +1,10 @@
1
plugins {
2
- kotlin("jvm") version "1.4.10"
3
- kotlin("plugin.serialization") version "1.4.10"
+ kotlin("jvm") version "1.4.20"
+ kotlin("plugin.serialization") version "1.4.20"
4
id("com.jfrog.bintray") version "1.8.5"
5
`maven-publish`
6
+
7
+ id("net.mamoe.mirai-console") version "1.0.0"
8
}
9
10
group = "org.itxtech"
@@ -27,10 +29,7 @@ repositories {
27
29
28
30
31
dependencies {
- api("org.jetbrains.kotlinx:atomicfu:0.14.4")
-
32
- implementation("net.mamoe:mirai-core:1.3.2")
33
- implementation("net.mamoe:mirai-console:1.0-RC-dev-32")
+ implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1")
34
35
36
tasks.named<Jar>("jar") {
0 commit comments