File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Gradle Plugin Portal] ( https://img.shields.io/maven-metadata/v?label=Gradle%20Plugin&metadataUrl=https://plugins.gradle.org/m2/org/jetbrains/kotlinx/kotlinx-benchmark-plugin/maven-metadata.xml )] ( https://plugins.gradle.org/plugin/org.jetbrains.kotlinx.benchmark )
6
6
7
7
8
- > ** _ NOTE:_ **   ; The latest version of the library changes how the plugin and runtime library dependencies are declared :
8
+ > ** _ NOTE:_ **   ; Starting from version 0.3.0 of the library:
9
9
> * The library runtime is published to Maven Central and no longer published to Bintray.
10
10
> * The Gradle plugin is published to Gradle Plugin Portal
11
11
> * The Gradle plugin id has changed to ` org.jetbrains.kotlinx.benchmark `
12
12
> * The library runtime artifact id has changed to ` kotlinx-benchmark-runtime `
13
13
14
+ > ** _ NOTE:_ **   ; When Kotlin 1.5.0 or newer is used make sure the ` kotlin-gradle-plugin ` is pulled from Maven Central,
15
+ > not Gradle Plugin Portal. For more information: https://github.com/Kotlin/kotlinx-benchmark/issues/42
16
+
14
17
15
18
** kotlinx.benchmark** is a toolkit for running benchmarks for multiplatform code written in Kotlin
16
19
and running on the next supported targets: JVM, JavaScript.
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
3
maven { url ' https://maven.pkg.jetbrains.space/kotlin/p/kotlinx/maven' }
4
+ mavenCentral()
4
5
gradlePluginPortal()
5
6
}
6
7
You can’t perform that action at this time.
0 commit comments