summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@gmail.com>2019-04-23 21:29:03 +0300
committerLeonid Startsev <sandwwraith@gmail.com>2019-04-25 19:51:18 +0300
commit45aa7c7ab97f25f205408b46a7069886408bce6b (patch)
tree556b9e9bd3e165d3f887239e28797e4fa5374cd2 /benchmark
parentea4cc5ff2316c31aae4f7d09cf97649ef2021c65 (diff)
downloadkotlinx.serialization-45aa7c7ab97f25f205408b46a7069886408bce6b.tar.gz
Migrate to infra and new MPP
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmark/build.gradle b/benchmark/build.gradle
index cad8cc9c..8b9d3f28 100644
--- a/benchmark/build.gradle
+++ b/benchmark/build.gradle
@@ -17,9 +17,9 @@ jmhJar {
}
dependencies {
- apt 'com.google.auto.value:auto-value:1.4.1'
- apt 'com.ryanharter.auto.value:auto-value-gson:0.4.6'
- apt 'com.ryanharter.auto.value:auto-value-moshi:0.4.3'
+ annotationProcessor 'com.google.auto.value:auto-value:1.4.1'
+ annotationProcessor 'com.ryanharter.auto.value:auto-value-gson:0.4.6'
+ annotationProcessor 'com.ryanharter.auto.value:auto-value-moshi:0.4.3'
compileOnly 'com.google.auto.value:auto-value:1.4.1'
compileOnly 'com.ryanharter.auto.value:auto-value-gson:0.4.6'
@@ -33,7 +33,7 @@ dependencies {
compile 'com.google.code.gson:gson:2.8.1'
compile 'com.esotericsoftware:kryo:4.0.0'
- compile project(':jvm')
+ compile project(':runtime')
// async profiler
compile group: 'pl.project13.scala', name: 'sbt-jmh-extras', version: '0.3.3'