build: remove deprecated IR toggle
It's enabled by default in Kotlin 1.5.0 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
c56784a742
commit
2ab47ca6ad
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ internal fun Project.configureForAllProjects() {
|
|||
jvmTarget = JavaVersion.VERSION_1_8.toString()
|
||||
freeCompilerArgs = freeCompilerArgs + additionalCompilerArgs
|
||||
languageVersion = "1.5"
|
||||
useIR = true
|
||||
}
|
||||
}
|
||||
tasks.withType<Test> {
|
||||
|
|
Loading…
Reference in a new issue