diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-04-10 16:00:07 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-04-10 16:20:59 +0530 |
commit | 5e3c08f1da0adb22eee616b8695bdf5b446205e0 (patch) | |
tree | 3e4918a8a9942585c72d9d3cb89c9aafd4559eb9 /gradle.properties | |
parent | 5ab0c53d0396669ea17eea5c18937b5300b1f437 (diff) |
feat(deps): migrate to Kotlin 1.8.20
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 4fea4906..c6996006 100644 --- a/gradle.properties +++ b/gradle.properties @@ -28,7 +28,7 @@ kapt.incremental.apt=true kapt.include.compile.classpath=false # New incremental compilation for Kotlin -kotlin.incremental.useClasspathSnapshot=true +kotlin.compiler.preciseCompilationResultsBackup=true kotlin.build.report.output=file # Use R8 instead of ProGuard for code shrinking. |