We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5072893 commit 0fedda3Copy full SHA for 0fedda3
1 file changed
build.gradle.kts
@@ -1,7 +1,7 @@
1
2
plugins {
3
- kotlin("jvm") version "1.4.20"
4
- kotlin("plugin.serialization") version "1.4.20"
+ kotlin("jvm") version "1.4.30"
+ kotlin("plugin.serialization") version "1.4.30"
5
id("net.mamoe.mirai-console") version "2.4.0"
6
}
7
@@ -40,6 +40,7 @@ dependencies {
40
41
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
42
kotlinOptions.jvmTarget = "1.8"
43
+ kotlinOptions.useIR = true
44
45
46
tasks.test {
0 commit comments