mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
Cleanup
This commit is contained in:
parent
b636ea9b31
commit
0a50674f67
@ -30,6 +30,7 @@ kotlin {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs = freeCompilerArgs + "-Xjvm-default=enable"
|
||||
jvmTarget = "1.8"
|
||||
// useIR = true
|
||||
}
|
||||
}
|
||||
languageSettings.apply {
|
||||
|
@ -80,8 +80,8 @@ internal object JarPluginLoaderImpl :
|
||||
logger.error("Cannot load plugin file ${file.name}", it)
|
||||
null
|
||||
}
|
||||
)?.also { it._file = file }
|
||||
}
|
||||
)?.also { it._file = file }
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("RemoveExplicitTypeArguments") // until Kotlin 1.4 NI
|
||||
|
Loading…
Reference in New Issue
Block a user