aboutsummaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorTing-Yuan Huang <laszio@google.com>2022-08-08 11:52:14 -0700
committerlaszio <ting-yuan@users.noreply.github.com>2022-08-10 00:15:23 -0700
commit54b1d48b8922cad0dfebbffb52348319ee322bcf (patch)
tree61c96c94286c7ed4d22f1de098018486befbf3f1 /benchmark
parent6cb77d53d83115019e67a20d6cef0fe49d3014b9 (diff)
downloadksp-54b1d48b8922cad0dfebbffb52348319ee322bcf.tar.gz
UPDATE_KOTLIN_VERSION: 1.8.0-dev-1390 for benchmarks
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/TachiyomiExhaustive/tachi.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/TachiyomiExhaustive/tachi.patch b/benchmark/TachiyomiExhaustive/tachi.patch
index 3903916c..0b74d267 100644
--- a/benchmark/TachiyomiExhaustive/tachi.patch
+++ b/benchmark/TachiyomiExhaustive/tachi.patch
@@ -6,7 +6,7 @@ index c7d59c166..f8941dbfa 100644
}
dependencies {
-+ implementation("org.jetbrains.kotlin:kotlin-compiler:1.7.0-dev-2437")
++ implementation("org.jetbrains.kotlin:kotlin-compiler:1.8.0-dev-1390")
implementation(kotlin("reflect", version = BuildPluginsVersion.KOTLIN))
val coroutinesVersion = "1.6.0"
@@ -31,7 +31,7 @@ index c7d59c166..f8941dbfa 100644
+ if (fileName == "classes.jar") {
+ it.name.dropLastWhile { it != '.' } + "jar"
+ } else if (fileName.contains("-dev-")) {
-+ fileName.replace("-1.7.0-dev-2437", "")
++ fileName.replace("-1.8.0-dev-1390", "")
+ }
+ else fileName
+ }