Skip to content

Commit

Permalink
UPDATE_KOTLIN_VERSION: 1.8.0-dev-1390 for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Aug 10, 2022
1 parent 6cb77d5 commit 54b1d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/TachiyomiExhaustive/tachi.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
+ }
Expand Down

0 comments on commit 54b1d48

Please sign in to comment.