mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-25 23:50:15 +08:00
Use -jvm-default-all
This commit is contained in:
parent
bffecea0a1
commit
127e49953c
@ -32,7 +32,7 @@ kotlin {
|
|||||||
target.compilations.all {
|
target.compilations.all {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = "1.8"
|
jvmTarget = "1.8"
|
||||||
freeCompilerArgs = freeCompilerArgs + "-Xjvm-default=enable"
|
freeCompilerArgs = freeCompilerArgs + "-Xjvm-default=all"
|
||||||
//useIR = true
|
//useIR = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user