File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ which is pre-configured in this repository.
2727
2828[ // ] : # ( Links )
2929
30- [ test-framework ] : https://github.com/JetBrains/kotlin/blob/2.1.20 /compiler/test-infrastructure/ReadMe.md
30+ [ test-framework ] : https://github.com/JetBrains/kotlin/blob/master /compiler/test-infrastructure/ReadMe.md
3131[ test-plugin ] : https://github.com/JetBrains/kotlin-compiler-devkit
Original file line number Diff line number Diff line change 11plugins {
2- kotlin( " multiplatform " ) version " 2.2.20 " apply false
3- kotlin( " jvm " ) version " 2.2.20 " apply false
4- id( " com.github.gmazzo.buildconfig " ) version " 5.6.5 "
5- id( " org.jetbrains.kotlinx. binary- compatibility- validator" ) version " 0.16.3 " apply false
2+ alias(libs.plugins.kotlin.multiplatform) apply false
3+ alias(libs.plugins.kotlin.jvm) apply false
4+ alias(libs.plugins.build.config)
5+ alias(libs.plugins. binary. compatibility. validator) apply false
66}
77
88allprojects {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 annotationsRuntimeClasspath(project(" :plugin-annotations" ))
3636
3737 // Dependencies required to run the internal test framework.
38- testRuntimeOnly(" junit:junit:4.13.2 " )
38+ testRuntimeOnly(libs.junit )
3939 testRuntimeOnly(kotlin(" reflect" ))
4040 testRuntimeOnly(kotlin(" test" ))
4141 testRuntimeOnly(kotlin(" script-runtime" ))
Original file line number Diff line number Diff line change 1+ [versions ]
2+ kotlin = " 2.2.20"
3+ build-config = " 5.6.5"
4+ bcv = " 0.16.3"
5+ junit = " 4.13.2"
6+
7+ [libraries ]
8+ junit = { module = " junit:junit" , version.ref = " junit" }
9+
10+ [plugins ]
11+ kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
12+ kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
13+ build-config = { id = " com.github.gmazzo.buildconfig" , version.ref = " build-config" }
14+ binary-compatibility-validator = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version.ref = " bcv" }
You can’t perform that action at this time.
0 commit comments