Build: Fix deprecated Gradle configurations usages
for migration to Gradle 7+ #KTI-559
This commit is contained in:
@@ -29,8 +29,8 @@ dependencies {
|
||||
Platform[203].orHigher {
|
||||
runtimeOnly(commonDep("net.java.dev.jna", "jna"))
|
||||
}
|
||||
testCompile(commonDep("junit:junit"))
|
||||
testCompile(project(":kotlin-test:kotlin-test-junit"))
|
||||
testApi(commonDep("junit:junit"))
|
||||
testApi(project(":kotlin-test:kotlin-test-junit"))
|
||||
testCompilationClasspath(kotlinStdlib())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user