Fix intellij-plugin

This commit is contained in:
Karlatemp 2022-01-05 00:32:56 +08:00
parent 4fcd19742b
commit bb3df26817
No known key found for this signature in database
GPG Key ID: 21FBDDF664FF06F8

View File

@ -64,8 +64,6 @@ fun File.resolveMkdir(relative: String): File {
kotlin.target.compilations.all {
kotlinOptions {
apiVersion = "1.4"
languageVersion = "1.4"
jvmTarget = "11"
}
}