mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
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
@ -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…
x
Reference in New Issue
Block a user