summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Gaston <jeffrygaston@google.com>2021-11-18 15:09:23 -0500
committerJeff Gaston <jeffrygaston@google.com>2021-11-18 15:10:46 -0500
commite86480c95c97b391ec9e45eca633c25696203583 (patch)
treefa5d2cafb93b0278e781b002b59d4d9a01e8c2be
parent506362be8f97a1ead333cd35ac3e4bca92612ff3 (diff)
downloadexternal-e86480c95c97b391ec9e45eca633c25696203583.tar.gz
Custom kotlin compiler that sets IncrementalCompilation.isEnabledForJvm = true
Copied the .class file from the update to 1.5.30 while we wait for a fix Bug: 188565660 Bug: https://youtrack.jetbrains.com/issue/KT-35156 Test: unzip the old and new versions, compare them, and see that only one file differs: $ diff -r kotlin-compiler-embeddable-1.6.0.jar_unzipped/ new_unzipped/ Binary files kotlin-compiler-embeddable-1.6.0.jar_unzipped/org/jetbrains/kotlin/config/IncrementalCompilation.class and new_unzipped/org/jetbrains/kotlin/config/IncrementalCompilation.class differ Test: Treehugger runs busytown/androidx.sh Test: Hopefully androidx_incremental.sh will go back to not encountering unexpectedly unresolved symbols Change-Id: I9e0e97df80810b47a5a4d04eb6b1c1c6ee6840bf
-rw-r--r--org/jetbrains/kotlin/kotlin-compiler-embeddable/1.6.0/kotlin-compiler-embeddable-1.6.0.jarbin49978431 -> 49978686 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.6.0/kotlin-compiler-embeddable-1.6.0.jar b/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.6.0/kotlin-compiler-embeddable-1.6.0.jar
index 68ca21d14..8a4ea8a2e 100644
--- a/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.6.0/kotlin-compiler-embeddable-1.6.0.jar
+++ b/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.6.0/kotlin-compiler-embeddable-1.6.0.jar
Binary files differ