Migrate kotlin-gradle-build-metrics module to variants

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