Migrate kotlin-gradle-statistics module to variants

^KT-49227 In Progress
This commit is contained in:
Yahor Berdnikau
2022-03-24 11:22:39 +01:00
parent 8d69675e7b
commit b2e3c5c557
14 changed files with 0 additions and 5 deletions
@@ -10,11 +10,6 @@ dependencies {
testImplementation(commonDependency("junit"))
}
sourceSets {
"main" { projectDefault() }
"test" { projectDefault() }
}
projectTest {
workingDir = rootDir
}