We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b7b18 commit c7a9ab7Copy full SHA for c7a9ab7
build.gradle
@@ -83,8 +83,6 @@ buildscript {
83
84
// JMH plugins
85
classpath "com.github.jengelman.gradle.plugins:shadow:5.1.0"
86
- classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.0-rc-2"
87
- classpath "net.ltgt.gradle:gradle-apt-plugin:0.21"
88
}
89
90
settings.gradle
@@ -2,6 +2,13 @@
2
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
*/
4
5
+pluginManagement {
6
+ plugins {
7
+ id "net.ltgt.apt" version "0.21"
8
+ id "me.champeau.gradle.jmh" version "0.5.0-rc-2"
9
+ }
10
+}
11
+
12
rootProject.name = 'kotlinx.coroutines'
13
enableFeaturePreview('GRADLE_METADATA')
14
0 commit comments