mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
build: use Kotlin's new JVM IR backend (#1335)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
f1981c2cde
commit
64fbd2ed44
|
@ -64,6 +64,7 @@ internal fun Project.configureForAllProjects() {
|
|||
jvmTarget = JavaVersion.VERSION_1_8.toString()
|
||||
freeCompilerArgs = freeCompilerArgs + additionalCompilerArgs
|
||||
languageVersion = "1.4"
|
||||
useIR = true
|
||||
}
|
||||
}
|
||||
tasks.withType<Test> {
|
||||
|
|
Loading…
Reference in a new issue