b600a52a57
^KT-49227 In Progress
16 lines
310 B
Kotlin
16 lines
310 B
Kotlin
description = "kotlin-gradle-statistics"
|
|
|
|
plugins {
|
|
id("gradle-plugin-dependency-configuration")
|
|
id("jps-compatible")
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation(project(":kotlin-test:kotlin-test-junit"))
|
|
testImplementation(commonDependency("junit:junit"))
|
|
}
|
|
|
|
projectTest {
|
|
workingDir = rootDir
|
|
}
|