This commit is contained in:
Him188 2020-07-11 20:08:53 +08:00
parent b636ea9b31
commit 0a50674f67
2 changed files with 3 additions and 2 deletions

View File

@ -30,6 +30,7 @@ kotlin {
kotlinOptions { kotlinOptions {
freeCompilerArgs = freeCompilerArgs + "-Xjvm-default=enable" freeCompilerArgs = freeCompilerArgs + "-Xjvm-default=enable"
jvmTarget = "1.8" jvmTarget = "1.8"
// useIR = true
} }
} }
languageSettings.apply { languageSettings.apply {